/[libtool]/libtool/bootstrap
ViewVC logotype

Diff of /libtool/bootstrap

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

revision 1.57 by rwild, Sat Mar 12 08:36:02 2005 UTC revision 1.58 by gary, Tue Mar 15 11:47:36 2005 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # bootstrap -- Helps bootstrapping libtool, when checked out from CVS.  # bootstrap -- Helps bootstrapping libtool, when checked out from CVS.
3  #  #
4  # Copyright (C) 2003, 2004 Free Software Foundation  # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc,
5  #  #
6  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
7  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 70  done Line 70  done
70  rm -f ./config/ltmain.sh ./m4/ltversion.m4  rm -f ./config/ltmain.sh ./m4/ltversion.m4
71    
72  make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \  make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \
73      top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te --language=m4sh"      srcdir=. top_srcdir=. PACKAGE="$2" VERSION="$3" \
74        M4SH="autom4te --language=m4sh"
75    
76  {  {
77      make update-package-m4 srcdir=. top_srcdir=. \
78        PACKAGE="$2" VERSION="$3" PACKAGE_BUGREPORT="bug-$2@gnu.org"
79    cd tests    cd tests
80    make ./testsuite AUTOTEST="autom4te --language=autotest" \    make ./testsuite AUTOTEST="autom4te --language=autotest" \
81      top_srcdir=.. PACKAGE="$2" VERSION="$3" PACKAGE_BUGREPORT="bug-$2@gnu.org"      srcdir=. top_srcdir=.. top_builddir=..  PACKAGE="$2" VERSION="$3"
82    cd ..    cd ..
83  }  }
84    

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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