IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5034


Ignore:
Timestamp:
Sep 13, 2005, 11:15:41 AM (21 years ago)
Author:
desonia
Message:

changed the version number and fixed a problem with cflags in psmodule-config.

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r4235 r5034  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([psmodule],[0.6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
     3AC_INIT([psmodule],[0.7.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
    44AC_CONFIG_SRCDIR([psmodule.pc.in])
    55
    6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
     6AM_INIT_AUTOMAKE([1.7 foreign dist-bzip2])
    77AM_CONFIG_HEADER([src/config.h])
    88AM_MAINTAINER_MODE
  • trunk/psModules/psmodule-config.in

    r3651 r5034  
    5555
    5656    --cflags)
    57         echo @CFLAGS@
     57        echo -I@includedir@ @CFLAGS@
    5858        ;;
    5959
Note: See TracChangeset for help on using the changeset viewer.