/[libtool]/libtool/bootstrap
ViewVC logotype

Diff of /libtool/bootstrap

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51.2.5 by gary, Tue Mar 15 16:33:45 2005 UTC revision 1.51.2.6 by gary, Wed Mar 16 00:16:37 2005 UTC
# Line 62  test -f Makefile || { makefile=Makefile; Line 62  test -f Makefile || { makefile=Makefile;
62  make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \  make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \
63      top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh"      top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh"
64    
 # Create libltdl auxdirs:  
 auxdirs="m4 config"  
 for dir in $auxdirs; do  
   rm -rf ./libltdl/$dir  
   mkdir ./libltdl/$dir  
 done  
 cp ./config/ltmain.sh libltdl/config/  
   
65  test -f clcommit.m4sh && make -f Makefile.maint commit \  test -f clcommit.m4sh && make -f Makefile.maint commit \
66      top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh" \      top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh" \
67      SED=sed GREP=grep FGREP=fgrep EGREP=egrep LN_S="ln -s"      SED=sed GREP=grep FGREP=fgrep EGREP=egrep LN_S="ln -s"
# Line 94  for sub in $reconfdirs; do Line 86  for sub in $reconfdirs; do
86    autoreconf --force --verbose --install $sub    autoreconf --force --verbose --install $sub
87  done  done
88    
89  # Remove our dummy libtoolize and copied dummy ltmain.sh  # Remove our dummy libtoolize
90  rm -f ./config/libtoolize ./libltdl/config/ltmain.sh  rm -f ./config/libtoolize
91    
92  # These files can cause an infinite configure loop if left behind.  # These files can cause an infinite configure loop if left behind.
93  rm -f Makefile libltdl/Makefile libtool vcl.tmp  rm -f Makefile libltdl/Makefile libtool vcl.tmp

Legend:
Removed from v.1.51.2.5  
changed lines
  Added in v.1.51.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26