OSSP CVS Repository

ossp - Difference in ossp-pkg/ex/configure.ac versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/ex/configure.ac 1.3 -> 1.4

--- configure.ac 2002/01/31 21:20:44     1.3
+++ configure.ac 2002/03/14 15:12:49     1.4
@@ -28,26 +28,21 @@
 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
 EX_VERSION_STR=`./shtool version -l txt -d long VERSION`
-./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), Version %B${EX_VERSION_STR}%b"
+./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), version %B${EX_VERSION_STR}%b"
 AC_SUBST(EX_VERSION_STR)
-AC_DIVERT_POP()
+AC_CONFIG_SRCDIR(ex.h)
 
-AC_SET_MAKE
+AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_CHECK_DEBUGGING
-
 sinclude(libtool.m4)
 AC_PROG_LIBTOOL
 
 AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES(Makefile ex-config)
+AC_CONFIG_FILES([Makefile ex-config])
+AC_CONFIG_COMMANDS([adjustment], [chmod a+x ex-config])
 AC_OUTPUT
 
-chmod a+x ex-config
-

CVSTrac 2.0.1