ossp-pkg/popt/configure.ac 1.1 -> 1.2
--- configure.ac 2002/01/30 14:05:32 1.1
+++ configure.ac 2002/03/14 15:34:44 1.2
@@ -25,16 +25,13 @@
dnl ## configure.ac: GNU Autoconf source script
dnl ##
-AC_PREREQ(2.52)
-AC_REVISION(1.0)
-AC_INIT(README)
-
-AC_DIVERT_PUSH(NOTICE)
+AC_PREREQ(2.53)
+AC_INIT
V=`./shtool version -l txt -d long VERSION`
./shtool echo -e "Configuring %BOSSP popt%b (Option Parsing), Version %B${V}%b"
-AC_DIVERT_POP()
+AC_CONFIG_SRCDIR(popt.h)
-AC_SET_MAKE
+AC_PROG_MAKE_SET
AC_PROG_CC
AC_CHECK_DEBUGGING
@@ -46,7 +43,6 @@
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES(Makefile popt-config)
+AC_CONFIG_COMMANDS([adjustment], [chmod a+x popt-config])
AC_OUTPUT
-chmod a+x popt-config
-
|
|