OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/devtool.conf versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/pth/devtool.conf 1.2 -> 1.3

--- devtool.conf 2002/01/30 13:15:33     1.2
+++ devtool.conf 2002/07/01 12:54:54     1.3
@@ -3,10 +3,9 @@
 ##
 
 %autogen
-    @autogen shtool   1.5.4 "1.5.*" echo version scpp mkdir install fixperm tarball
+    @autogen shtool   1.6.0 "1.6.*" echo version scpp mkdir install fixperm tarball
     @autogen libtool  1.4.2 "1.4*"
-    @autogen autoconf 2.52  "2.5.*"
-        cat acheader.m4 configure.ac | autoheader - >pth_acdef.h.in
+    @autogen autoconf 2.53  "2.5.*"
 
 %autoclean
     @autoclean shtool
@@ -20,7 +19,10 @@
     else
         param=devel
     fi
-    ./configure --with-param=$param "$@"
+    ./configure \
+        --cache-file=config.cache \
+        --with-param=$param \
+        "$@"
 
 %version
     ./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c
@@ -40,16 +42,16 @@
                      -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*' -c 'gzip --best' .
 
 %striptease
-        perl striptease.pl
+    perl striptease.pl
 
 %depend
-        cp Makefile.in Makefile.in.bak
-        sed -ne '1,/^# DO NOT REMOVE/p' Makefile.in >Makefile.new
-        gcc -MM -I. *.c |\
-        perl -e 'my $d = ""; $d .= $_ while (<STDIN>); $_ = $d; \
-                 s/^(pth_.*)\.o:/$1.lo:/mg; \
-                 s|\\\n\s*| |sg; s|\b?\S*/\S*\b?||g; s|\s{2,}| |g; \
-                 print $_;' >> Makefile.new
-        cp Makefile.new Makefile.in
-        rm -f Makefile.new
+    cp Makefile.in Makefile.in.bak
+    sed -ne '1,/^# DO NOT REMOVE/p' Makefile.in >Makefile.new
+    gcc -MM -I. *.c |\
+    perl -e 'my $d = ""; $d .= $_ while (<STDIN>); $_ = $d; \
+             s/^(pth_.*)\.o:/$1.lo:/mg; \
+             s|\\\n\s*| |sg; s|\b?\S*/\S*\b?||g; s|\s{2,}| |g; \
+             print $_;' >> Makefile.new
+    cp Makefile.new Makefile.in
+    rm -f Makefile.new
 

CVSTrac 2.0.1