Ignore:
Timestamp:
Dec 22, 2002, 8:08:35 PM (20 years ago)
Author:
Sam Hocevar
Message:
  • Moved generated autotools files to the autotools/ directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ttyvaders/trunk/bootstrap

    r18 r40  
    22set -x
    33
    4 rm -f aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
     4rm -f aclocal.m4 configure libtool ltconfig ltmain.sh config.log
     5rm -f autotools/compile autotools/config.guess autotools/config.sub autotools/missing autotools/mkinstalldirs autotools/depcomp autotools/install-sh
    56
    67# Check for automake
     
    3839fi
    3940
    40 aclocal${amvers} || exit 1
     41aclocal${amvers} -I autotools || exit 1
    4142autoheader || exit 1
    4243automake${amvers} --add-missing --copy || exit 1
Note: See TracChangeset for help on using the changeset viewer.