/[libtool]/libtool/bootstrap
ViewVC logotype

Diff of /libtool/bootstrap

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

revision 1.59 by rwild, Tue Mar 15 12:58:40 2005 UTC revision 1.60 by rwild, Mon Apr 4 17:38:30 2005 UTC
# Line 32  Line 32 
32  : ${FGREP=fgrep}  : ${FGREP=fgrep}
33  : ${SED=sed}  : ${SED=sed}
34  : ${LN_S='ln -s'}  : ${LN_S='ln -s'}
35    : ${MAKEINFO=makeinfo}
36    
37  test -f ./configure.ac || {  test -f ./configure.ac || {
38    echo "bootstrap: can't find ./configure.ac, please rerun from top_srcdir"    echo "bootstrap: can't find ./configure.ac, please rerun from top_srcdir"
# Line 63  shift Line 64  shift
64    
65  # Whip up some dirty Makefiles:  # Whip up some dirty Makefiles:
66  makefiles=  makefiles=
67  for dirty in ./Makefile ./tests/Makefile  for dirty in ./Makefile ./tests/Makefile ./doc/Makefile
68  do  do
69    test -f $dirty || {    test -f $dirty || {
70      makefiles="$makefiles $dirty"      makefiles="$makefiles $dirty"
# Line 90  $MAKE ./config/ltmain.sh ./m4/ltversion. Line 91  $MAKE ./config/ltmain.sh ./m4/ltversion.
91    $MAKE ./testsuite AUTOTEST="$AUTOM4TE --language=autotest" \    $MAKE ./testsuite AUTOTEST="$AUTOM4TE --language=autotest" \
92      srcdir=. top_srcdir=.. PACKAGE="$2" VERSION="$3"      srcdir=. top_srcdir=.. PACKAGE="$2" VERSION="$3"
93    cd ..    cd ..
94      cd doc
95      $MAKE notes.txt srcdir=. top_srcdir=.. MAKEINFO="${MAKEINFO}"
96      cd ..
97  }  }
98    
99  test -f clcommit.m4sh && $MAKE -f Makefile.maint commit \  test -f clcommit.m4sh && $MAKE -f Makefile.maint commit \

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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