OSSP CVS Repository

ossp - Check-in [2010]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2010
Date: 2002-Mar-14 17:07:38 (local)
2002-Mar-14 16:07:38 (UTC)
User:thl
Branch:
Comment: upgrade to Autoconf 2.53 environment
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/acconfig.h      1.1->removed
ossp-pkg/lmtp2nntp/configure.ac      1.25 -> 1.26     6 inserted, 8 deleted
ossp-pkg/lmtp2nntp/devtool.conf      1.6 -> 1.7     2 inserted, 2 deleted

ossp-pkg/lmtp2nntp/acconfig.h 1.1 -> 1.2



ossp-pkg/lmtp2nntp/configure.ac 1.25 -> 1.26

--- configure.ac 2002/03/13 16:30:17     1.25
+++ configure.ac 2002/03/14 16:07:38     1.26
@@ -25,20 +25,17 @@
 dnl ##
 
 dnl #   standard preamble
-AC_PREREQ(2.52)
-AC_REVISION(1.0)
-AC_INIT(lmtp2nntp_main.c)
+AC_PREREQ(2.53)
+AC_INIT
 
 dnl #   announce our version
-AC_DIVERT_PUSH(NOTICE)
 V=`./shtool version -lc -dlong lmtp2nntp_version.c`
 ./shtool echo -e "Configuring %BOSSP lmtp2nntp%b, Version %B${V}%b"
 echo "Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>"
 echo "Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>"
-AC_DIVERT_POP()
 
 dnl #   perform feature tests
-AC_SET_MAKE
+AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_CPP
 AC_CHECK_DEBUGGING
@@ -140,7 +137,8 @@
 AC_SUBST(SUBDIR_PCRE)
 
 dnl #   check for external Dmalloc library
-AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, AC_DEFINE(DMALLOC))
+AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, 
+                [AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])])
 
 dnl #   post-processing for LIBS_EXTRA
 LIBS="$LIBS $LIBS_EXTRA"
@@ -153,6 +151,6 @@
 
 dnl #   standard output generation
 AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES(Makefile:Makefile.in)
+AC_CONFIG_FILES(Makefile)
 AC_OUTPUT
 


ossp-pkg/lmtp2nntp/devtool.conf 1.6 -> 1.7

--- devtool.conf 2002/03/01 15:27:57     1.6
+++ devtool.conf 2002/03/14 16:07:38     1.7
@@ -10,8 +10,8 @@
     done
 
 %autogen
-    @autogen shtool   1.5.4 "1.5.*" all
-    @autogen autoconf 2.52  "2.5.*"
+    @autogen shtool   1.6.0 "1.6.*" all
+    @autogen autoconf 2.53  "2.5[3-9]*"
 
     for name in ex str l2 sa var val popt pcre; do
         echo "===> lib_${name} (devtool autogen)"

CVSTrac 2.0.1