]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorThomas Tanner <tanner@gmx.de>
Sun, 20 Dec 1998 10:26:52 +0000 (10:26 +0000)
committerThomas Tanner <tanner@gmx.de>
Sun, 20 Dec 1998 10:26:52 +0000 (10:26 +0000)
ChangeLog
autogen
tests/mdemo-exec.test
tests/mdemo-inst.test

index 6fa1dd0263a6733ed037ffba8712ce218729460e..3cff6ec0b1665447aefb8019640c7282f056012f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-12-20  Thomas Tanner  <tanner@gmx.de>
+
+       * autogen: configure demo, depdemo, libltdl and mdemo
+       * tests/mdemo-exec.test: renamed hell* to mdemo*
+       * tests/mdemo-inst.test: ditto
+       
 1998-12-19  Thomas Tanner  <tanner@gmx.de>
 
        * libltdl/Makefile.am: build a normal libtool library
diff --git a/autogen b/autogen
index 68a4001d767325b43913cebf71e075d78cb953ba..5f1185c9adc1d8eba2fa0cf4c675bde61769a2d1 100644 (file)
--- a/autogen
+++ b/autogen
@@ -4,9 +4,20 @@
 # requires GNU autoconf and GNU automake
 # this is not meant to go into the distributions
 
-rm -f acinclude.m4 &&
-ln -s libtool.m4 acinclude.m4 &&
-aclocal &&
-automake --gnits --add-missing &&
-autoconf &&
+rm -f acinclude.m4
+ln -s libtool.m4 acinclude.m4
+aclocal
+automake --gnits --add-missing
+autoconf
+
+for sub in demo depdemo libltdl mdemo; do
+  cd $sub
+  rm -f acinclude.m4
+  ln -s ../libtool.m4 acinclude.m4
+  aclocal
+  automake --gnits --add-missing
+  autoconf
+  cd ..
+done
+
 exit 0
index 530b60509ac344f4535da6bd3143ecb8e2e198b5..1d6faca0149b03f95a9cd038bc9f80026748b3ae 100755 (executable)
@@ -10,7 +10,7 @@ if test -z "$srcdir"; then
 fi
 . $srcdir/defs || exit 1
 
-if test -f ../mdemo/hell; then :
+if test -f ../mdemo/mdemo; then :
 else
   echo "You must run mdemo-make.test before running $0" 1>&2
   exit 1
@@ -20,15 +20,15 @@ fi
 echo "Executing uninstalled programs in ../mdemo"
 
 status=0
-if ../mdemo/hell.debug ../mdemo/libfoo1.la ../mdemo/libfoo2.la; then :
+if ../mdemo/mdemo.debug ../mdemo/libfoo1.la ../mdemo/libfoo2.la; then :
 else
-  echo "$0: cannot execute ../mdemo/hell.debug" 1>&2
+  echo "$0: cannot execute ../mdemo/mdemo.debug" 1>&2
   status=1
 fi
 
-if ../mdemo/hell ../mdemo/libfoo1.la ../mdemo/libfoo2.la; then :
+if ../mdemo/mdemo ../mdemo/libfoo1.la ../mdemo/libfoo2.la; then :
 else
-  echo "$0: cannot execute ../mdemo/hell" 1>&2
+  echo "$0: cannot execute ../mdemo/mdemo" 1>&2
   status=1
 fi
 
index e5d307614959bdb4b506b65b7eb90853f9286580..4b12990e2ac8dbdc672f8f396ef1b00a968e7da3 100755 (executable)
@@ -11,7 +11,7 @@ fi
 . $srcdir/defs || exit 1
 
 # Check that things are built.
-if test -f ../mdemo/hell; then :
+if test -f ../mdemo/mdemo; then :
 else
   echo "You must run mdemo-make.test before $0" 1>&2
   exit 1
@@ -33,15 +33,15 @@ $make install || exit 1
 echo "= Executing installed programs"
 
 status=0
-if $prefix/bin/hell.debug $prefix/lib/libfoo1.la $prefix/lib/libfoo2.la; then :
+if $prefix/bin/mdemo.debug $prefix/lib/libfoo1.la $prefix/lib/libfoo2.la; then :
 else
-  echo "$0: cannot execute $prefix/bin/hell.debug" 1>&2
+  echo "$0: cannot execute $prefix/bin/mdemo.debug" 1>&2
   status=1
 fi
 
-if $prefix/bin/hell $prefix/lib/libfoo1.la $prefix/lib/libfoo2.la; then :
+if $prefix/bin/mdemo $prefix/lib/libfoo1.la $prefix/lib/libfoo2.la; then :
 else
-  echo "$0: cannot execute $prefix/bin/hell" 1>&2
+  echo "$0: cannot execute $prefix/bin/mdemo" 1>&2
 
   # Simple check to see if they are superuser.
   if test -w /; then :