Changeset 28280 for trunk/ppBackground/configure.ac
- Timestamp:
- Jun 9, 2010, 6:16:39 PM (16 years ago)
- Location:
- trunk/ppBackground
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground
-
Property svn:ignore
set to
configure
Makefile.in
ignore
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
trunk/ppBackground/configure.ac
r28276 r28280 20 20 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 21 21 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 22 PKG_CHECK_MODULES([PSPHOT], [psphot >= 1.0.0]) 22 PKG_CHECK_MODULES([PSPHOT], [psphot]) 23 24 AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing]) 25 if test "$ERRORCODES" = "missing" ; then 26 AC_MSG_ERROR([psParseErrorCodes is required]) 27 fi 23 28 24 29 dnl Set CFLAGS for build
Note:
See TracChangeset
for help on using the changeset viewer.
