- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/configure.ac
r24513 r27840 1 1 AC_PREREQ(2.61) 2 2 3 AC_INIT([ipptools], [1.1. 37], [ipp-support@ifa.hawaii.edu])3 AC_INIT([ipptools], [1.1.63], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([autogen.sh]) 5 5 … … 18 18 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.1.0]) 19 19 PKG_CHECK_MODULES([PSMODULES], [psmodules >= 1.1.0]) 20 PKG_CHECK_MODULES([IPPDB], [ippdb >= 1.1. 54])20 PKG_CHECK_MODULES([IPPDB], [ippdb >= 1.1.63]) 21 21 22 22 PXTOOLS_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULES_CFLAGS=} ${IPPDB_CFLAGS=}" … … 58 58 CFLAGS="${CFLAGS=} -Wall -Werror" 59 59 60 IPPDB_VERSION=`$PKG_CONFIG --modversion ippdb` 61 AC_DEFINE_UNQUOTED(IPPDB_VERSION, ["$IPPDB_VERSION"], [Version of ippdb]) 62 60 63 AC_CONFIG_FILES([ 61 64 Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
