IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8748


Ignore:
Timestamp:
Sep 6, 2006, 11:23:42 AM (20 years ago)
Author:
jhoblitt
Message:

enable config.h

Location:
trunk/ppStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/autogen.sh

    r8337 r8748  
    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"
  • trunk/ppStats/configure.ac

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