Changeset 38823 for trunk/ippToPsps/configure.ac
- Timestamp:
- Oct 8, 2015, 2:07:30 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/configure.ac
r35216 r38823 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STDLDFLAGS11 dnl IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 20 20 dnl ------------------------------------------------------------ 21 21 22 AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])23 if test "$ERRORCODES" = "missing" ; then24 AC_MSG_ERROR([psParseErrorCodes is required])25 fi22 dnl AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing]) 23 dnl if test "$ERRORCODES" = "missing" ; then 24 dnl AC_MSG_ERROR([psParseErrorCodes is required]) 25 dnl fi 26 26 27 27 dnl ------------- psLib, psModules --------------- 28 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])29 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])28 dnl PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 29 dnl PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 30 30 31 31 dnl Set CFLAGS for build 32 IPP_STDOPTS 33 IPP_STDCFLAGS 32 dnl IPP_STDOPTS 33 dnl IPP_STDCFLAGS 34 34 35 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 35 echo "IPPTOPSPS_CFLAGS: $IPPTOPSPS_CFLAGS" 36 echo "IPPTOPSPS_LIBS: $IPPTOPSPS_LIBS" 36 dnl echo "IPPTOPSPS_CFLAGS: $IPPTOPSPS_CFLAGS" 37 dnl echo "IPPTOPSPS_LIBS: $IPPTOPSPS_LIBS" 38 dnl 39 dnl OHANA_CFLAGS="`ohana-config --cflags`" 40 dnl OHANA_LIBS="`ohana-config --libs` -lX11" 37 41 38 OHANA_CFLAGS="`ohana-config --cflags`" 39 OHANA_LIBS="`ohana-config --libs` -lX11" 40 41 IPP_VERSION 42 43 AC_SUBST([IPPTOPSPS_CFLAGS]) 44 AC_SUBST([IPPTOPSPS_LIBS]) 42 dnl IPP_VERSION 43 dnl 44 dnl AC_SUBST([IPPTOPSPS_CFLAGS]) 45 dnl AC_SUBST([IPPTOPSPS_LIBS]) 45 46 46 47 AC_CONFIG_FILES([ … … 50 51 jython/Makefile 51 52 perl/Makefile 52 src/Makefile53 53 Doxyfile 54 54 ]) 55 55 56 dnl src/Makefile 57 56 58 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
