Changeset 8692 for trunk/ippTools/configure.ac
- Timestamp:
- Aug 29, 2006, 2:32:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/configure.ac
r8662 r8692 18 18 PKG_CHECK_MODULES([IPPDB], [ippdb >= 0.0.34]) 19 19 20 AC_PROG_PERL_MODULES( 21 [IPC::Cmd], , 22 [AC_MSG_ERROR(perl module IPC::Cmd is required)] 23 ) 24 25 AC_PROG_PERL_MODULES( 26 [PS::IPP::Metadata], , 27 [AC_MSG_ERROR(perl module PS::IPP::Metadata is required)] 28 ) 29 30 AC_PROG_PERL_MODULES( 31 [PS::IPP::Metadata::Config], , 32 [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)] 33 ) 34 35 20 36 dnl pxtools_CFLAGS="-Wall -Werror -std=c99" 21 37 pxtools_CFLAGS="-Wall -std=c99" … … 25 41 Makefile 26 42 src/Makefile 43 scripts/Makefile 27 44 ]) 28 45 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
