IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2006, 3:55:40 PM (20 years ago)
Author:
Paul Price
Message:

Fixing build system to refer to ppMerge instead of ppImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/configure.ac

    r6904 r7068  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppImage], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppMerge], [0.0.1], [price@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    2626PKG_CHECK_MODULES([PSMODULE], [psmodule >= 0.0.0])
    2727
    28 ppImage_CFLAGS="-Wall -Werror -std=c99"
    29 AC_SUBST([ppImage_CFLAGS])
     28ppMerge_CFLAGS="-Wall -Werror -std=c99"
     29AC_SUBST([ppMerge_CFLAGS])
    3030
    3131AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.