OSSP CVS Repository

ossp - Difference in ossp-pkg/sa/autogen.sh versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sa/autogen.sh 1.1 -> 1.2

--- autogen.sh   2001/10/02 13:27:44     1.1
+++ autogen.sh   2001/10/02 18:37:19     1.2
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 #   generator tools version sanity check
-#    "libtoolize --version 4 1.4.2 1.4*"
-#    "shtoolize  -v        3 1.5.4 1.5.*"
 for spec in \
-    "autoconf   --version 4 2.52  2.5*"
+    "autoconf   --version 4 2.52  2.5*" \
+    "libtoolize --version 4 1.4.2 1.4*" \
+    "shtoolize  -v        3 1.5.4 1.5.*"
 do
     set -- $spec
     t="$1"
@@ -31,10 +31,10 @@
 done
 
 #   GNU Libtool generation
-# echo "GNU Libtool $libtoolize_version -> ltmain.sh, libtool.m4, config.guess, config.sub"
-# libtoolize --force --copy >/dev/null 2>&1
-# cp `libtoolize --force --copy --dry-run | grep "add the contents of" |\
-#     sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` libtool.m4
+echo "GNU Libtool $libtoolize_version -> ltmain.sh, libtool.m4, config.guess, config.sub"
+libtoolize --force --copy >/dev/null 2>&1
+cp `libtoolize --force --copy --dry-run | grep "add the contents of" |\
+    sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` libtool.m4
 
 #   GNU Autoconf generation
 echo "GNU Autoconf $autoconf_version -> configure, config.h.in"
@@ -42,6 +42,6 @@
 autoheader
 
 #   GNU Shtool generation
-# echo "GNU Shtool $shtoolize_version -> shtool"
-# shtoolize -q all
+echo "GNU Shtool $shtoolize_version -> shtool"
+shtoolize -q all
 

CVSTrac 2.0.1