IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3821 for trunk/pois/autogen.sh


Ignore:
Timestamp:
May 2, 2005, 10:42:18 AM (21 years ago)
Author:
jhoblitt
Message:

update autogen.sh & configure.ac to the current convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/autogen.sh

    r3792 r3821  
    1616
    1717LIBTOOLIZE=libtoolize
    18 ACLOCAL=aclocal-1.7
    19 AUTOHEADER=autoheader-2.59
    20 AUTOMAKE=automake-1.7
    21 AUTOCONF=autoconf-2.59
     18ACLOCAL=aclocal
     19AUTOHEADER=autoheader
     20AUTOMAKE=automake
     21AUTOCONF=autoconf
    2222
    2323($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
     
    7878$ACLOCAL || echo "$ACLOCAL failed"
    7979$AUTOHEADER || echo "$AUTOHEADER failed"
    80 $AUTOMAKE --add-missing --copy --foreign || echo "$AUTOMAKE  failed"
     80$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE  failed"
    8181$AUTOCONF || echo "$AUTOCONF failed"
    8282
Note: See TracChangeset for help on using the changeset viewer.