Check-in Number:
|
2006 | |
Date: |
2002-Mar-14 16:34:44 (local)
2002-Mar-14 15:34:44 (UTC) |
User: | thl |
Branch: | |
Comment: |
upgrade to Autoconf 2.53 environment |
Tickets: |
|
Inspections: |
|
Files: |
|
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
-
|
|
ossp-pkg/popt/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/01/30 14:05:32 1.1
+++ devtool.conf 2002/03/14 15:34:44 1.2
@@ -3,9 +3,9 @@
##
%autogen
- @autogen shtool 1.5.4 "1.5.*" all
+ @autogen shtool 1.6.0 "1.6.*" all
@autogen libtool 1.4.2 "1.4*"
- @autogen autoconf 2.52 "2.5.*"
+ @autogen autoconf 2.53 "2.5[3-9]*"
%autoclean
@autoclean shtool
|
|
ossp-pkg/popt/devtool.func 1.1 -> 1.2
--- devtool.func 2002/01/30 14:05:32 1.1
+++ devtool.func 2002/03/14 15:34:44 1.2
@@ -1,6 +1,6 @@
##
## devtool.func -- Development Tool Functions
-## Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
##
devtool_require () {
@@ -33,6 +33,7 @@
echo "generating (GNU Autoconf $autoconf_version): configure config.h.in"
autoconf
autoheader 2>&1 | grep -v "is unchanged"
+ rm -rf autom4te.cache >/dev/null 2>&1
;;
libtool )
libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"`
|
|