/[libtool]/libtool/bootstrap
ViewVC logotype

Diff of /libtool/bootstrap

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

revision 1.5.2.3 by rboehne, Tue Apr 3 21:47:47 2001 UTC revision 1.5.2.4 by gary, Sun Apr 22 23:34:50 2001 UTC
# Line 2  Line 2 
2    
3  # helps bootstrapping libtool, when checked out from CVS  # helps bootstrapping libtool, when checked out from CVS
4  # requires GNU autoconf and GNU automake  # requires GNU autoconf and GNU automake
5  # this is not meant to go into the distributions  
6    : ${ACLOCAL=aclocal}
7    : ${AUTOMAKE=automake}
8    : ${AUTOCONF=autoconf}
9    : ${AUTOHEADER=autoheader}
10    
11  rm -f acinclude.m4  rm -f acinclude.m4
12  ln -s libtool.m4 acinclude.m4  ln -s libtool.m4 acinclude.m4
# Line 10  ln -s libtool.m4 acinclude.m4 Line 14  ln -s libtool.m4 acinclude.m4
14  touch ltconfig  touch ltconfig
15  touch ltmain.sh  touch ltmain.sh
16  touch libtoolize  touch libtoolize
17  aclocal  ${ACLOCAL}
18  automake --gnu --add-missing  ${AUTOMAKE} --gnu --add-missing
19  autoconf  ${AUTOCONF}
20    
21  for sub in libltdl demo depdemo mdemo cdemo tagdemo pdemo; do  for sub in libltdl demo depdemo mdemo cdemo tagdemo pdemo; do
22    cd $sub    cd $sub
# Line 20  for sub in libltdl demo depdemo mdemo cd Line 24  for sub in libltdl demo depdemo mdemo cd
24    cat ../libtool.m4 > acinclude.m4    cat ../libtool.m4 > acinclude.m4
25    test "$sub" = libltdl && cat ../ltdl.m4 >> acinclude.m4    test "$sub" = libltdl && cat ../ltdl.m4 >> acinclude.m4
26    aclocal    aclocal
27    test "$sub" = libltdl && autoheader    test "$sub" = libltdl && ${AUTOHEADER}
28    automake --gnits --add-missing    ${AUTOMAKE} --gnits --add-missing
29    autoconf    ${AUTOCONF}
30    cd ..    cd ..
31  done  done
32    

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

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