/[libtool]/libtool/bootstrap
ViewVC logotype

Diff of /libtool/bootstrap

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

revision 1.72 by rwild, Wed Oct 26 14:26:35 2005 UTC revision 1.73 by rwild, Sun Nov 20 09:14:51 2005 UTC
# Line 37  export SHELL Line 37  export SHELL
37  : ${MAKEINFO=makeinfo}  : ${MAKEINFO=makeinfo}
38  : ${WORKING_LIBOBJ_SUPPORT=false}  : ${WORKING_LIBOBJ_SUPPORT=false}
39    
40    case $1 in
41    --help|-h*)
42      cat <<EOF
43    `echo $0 | sed 's,^.*/,,g'`: This script is designed to bootstrap a fresh CVS checkout
44    of Libtool.  Useful environment variable settings:
45      reconfdirs='. libltdl'     Do not bootstrap the old test suite.
46      WORKING_LIBOBJ_SUPPORT=:   Declare that you have fixed LIBOBJDIR support
47                                 in autoconf (> 2.59) and automake (> 1.9.6).
48    EOF
49      exit
50      ;;
51    esac
52    
53  test -f ./configure.ac || {  test -f ./configure.ac || {
54    echo "bootstrap: can't find ./configure.ac, please rerun from top_srcdir"    echo "bootstrap: can't find ./configure.ac, please rerun from top_srcdir"
55    exit 1    exit 1

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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