Changeset 11611 for trunk/psastro/configure.ac
- Timestamp:
- Feb 2, 2007, 6:55:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/configure.ac
r11533 r11611 2 2 AC_PREREQ(2.59) 3 3 4 AC_INIT([psastro], [0. 0.1], [http://pan-starrs.ifa.hawaii.edu])4 AC_INIT([psastro], [0.8.0], [ipp-support@ifa.hawaii.edu]) 5 5 AC_CONFIG_SRCDIR([src]) 6 6 … … 181 181 182 182 dnl ------------- psLib, psModules --------------- 183 PKG_CHECK_MODULES( PSLIB, pslib >= 0.12.99)184 PKG_CHECK_MODULES( PSMODULE, psmodules >= 0.12.99)183 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 184 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 185 185 186 186 dnl Set CFLAGS for build
Note:
See TracChangeset
for help on using the changeset viewer.
