IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6902


Ignore:
Timestamp:
Apr 19, 2006, 9:00:47 AM (20 years ago)
Author:
Paul Price
Message:

Minor changes to build

Location:
trunk/ppImage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/autogen.sh

    r5910 r6902  
    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 || {
     
    7575fi
    7676
    77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
     77$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    7878$ACLOCAL || echo "$ACLOCAL failed"
    7979#$AUTOHEADER || echo "$AUTOHEADER failed"
  • trunk/ppImage/configure.ac

    r5978 r6902  
    2626PKG_CHECK_MODULES([PSMODULE], [psmodule >= 0.0.0])
    2727
    28 ppImage_CFLAGS="-Wall -Werror -std=c99"
    29 AC_SUBST([ppImage_CFLAGS])
     28CFLAGS="${CFLAGS} -Wall -Werror -std=c99"
    3029
    3130AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.