summaryrefslogtreecommitdiff
path: root/popt/configure.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-01-19 20:54:53 +0000
committerjbj <devnull@localhost>2000-01-19 20:54:53 +0000
commit9a4edb2c30b0729d839cc19d1261afcd8597f47e (patch)
tree8ba59f02c03f228bde20f5aab9a6e9f5ba6f5197 /popt/configure.in
parent9acd405dec10d71ad9c59c583eef1f5eb7eae78b (diff)
downloadrpm-9a4edb2c30b0729d839cc19d1261afcd8597f47e.tar.gz
rpm-9a4edb2c30b0729d839cc19d1261afcd8597f47e.tar.bz2
rpm-9a4edb2c30b0729d839cc19d1261afcd8597f47e.zip
Preliminary support for doxygen generated API doco.
CVS patchset: 3527 CVS date: 2000/01/19 20:54:53
Diffstat (limited to 'popt/configure.in')
-rwxr-xr-xpopt/configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/popt/configure.in b/popt/configure.in
index 400293a08..045094f03 100755
--- a/popt/configure.in
+++ b/popt/configure.in
@@ -2,7 +2,7 @@ AC_INIT(popt.h)
AM_CONFIG_HEADER(config.h)
AC_PREREQ(2.12)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(popt, 1.4)
+AM_INIT_AUTOMAKE(popt, 1.5)
ALL_LINGUAS="ro sk"
AC_ISC_POSIX
@@ -74,5 +74,9 @@ AC_CHECK_FUNC(setreuid, [], [
AM_GNU_GETTEXT
-AC_OUTPUT([Makefile intl/Makefile po/Makefile.in],
+POPT_SOURCE_PATH="`pwd`"
+AC_DEFINE_UNQUOTED(POPT_SOURCE_PATH, "$POPT_SOURCE_PATH")
+AC_SUBST(POPT_SOURCE_PATH)
+
+AC_OUTPUT([Doxyfile Makefile intl/Makefile po/Makefile.in],
[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])