IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5635


Ignore:
Timestamp:
Nov 30, 2005, 11:49:10 AM (20 years ago)
Author:
jhoblitt
Message:

turn off autoheader/libtool

Location:
trunk/archive/scripts/src/phase2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/autogen.sh

    r5630 r5635  
    2121AUTOCONF=autoconf
    2222
    23 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
    24         echo
    25         echo "You must have $LIBTOOlIZE installed to compile $PROJECT."
    26         echo "Download the appropriate package for your distribution,"
    27         echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
    28         DIE=1
    29 }
     23#($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
     24#        echo
     25#        echo "You must have $LIBTOOlIZE installed to compile $PROJECT."
     26#        echo "Download the appropriate package for your distribution,"
     27#        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
     28#        DIE=1
     29#}
    3030
    3131($ACLOCAL --version) < /dev/null > /dev/null 2>&1 || {
     
    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 || {
     
    7575fi
    7676
    77 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     77#$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"
  • trunk/archive/scripts/src/phase2/configure.ac

    r5630 r5635  
    55
    66AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    7 AM_CONFIG_HEADER([config.h])
     7dnl AM_CONFIG_HEADER([config.h])
    88AM_MAINTAINER_MODE
    99
Note: See TracChangeset for help on using the changeset viewer.