IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2006, 4:24:45 PM (20 years ago)
Author:
jhoblitt
Message:

enable config.h generation
enable large file support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/autogen.sh

    r6147 r8780  
    1717LIBTOOLIZE=libtoolize
    1818ACLOCAL=aclocal
    19 # AUTOHEADER=autoheader
     19AUTOHEADER=autoheader
    2020AUTOMAKE=automake
    2121AUTOCONF=autoconf
     
    3737}
    3838
    39 # ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
    40 #         echo
    41 #         echo "You must have $AUTOHEADER installed to compile $PROJECT."
    42 #         echo "Download the appropriate package for your distribution,"
    43 #         echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
    44 #         DIE=1
    45 # }
     39($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
     40        echo
     41        echo "You must have $AUTOHEADER installed to compile $PROJECT."
     42        echo "Download the appropriate package for your distribution,"
     43        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
     44        DIE=1
     45}
    4646
    4747($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     
    7777$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    7878$ACLOCAL || echo "$ACLOCAL failed"
    79 # $AUTOHEADER || echo "$AUTOHEADER failed"
     79$AUTOHEADER || echo "$AUTOHEADER failed"
    8080$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE  failed"
    8181$AUTOCONF || echo "$AUTOCONF failed"
Note: See TracChangeset for help on using the changeset viewer.