IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6146


Ignore:
Timestamp:
Jan 21, 2006, 5:27:25 PM (20 years ago)
Author:
Paul Price
Message:

Removing autoheader from operation

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/autogen.sh

    r6140 r6146  
    1717LIBTOOLIZE=libtoolize
    1818ACLOCAL=aclocal
    19 AUTOHEADER=autoheader
     19# AUTOHEADER=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
     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
    4545}
    4646
     
    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"
  • trunk/psphot/configure.ac

    r6144 r6146  
    2424)
    2525
     26AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    2627PKG_CHECK_MODULES(PSLIB, pslib >= 0.9.0)
    2728PKG_CHECK_MODULES(PSMODULE, psmodule >= 0.0.0)
    28 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    2929
    3030dnl Set CFLAGS for build
     31CFLAGS="${CFLAGS}"
    3132psphot_CFLAGS="-Wall -Werror -std=c99"
    3233AC_SUBST([psphot_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.