IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8692


Ignore:
Timestamp:
Aug 29, 2006, 2:32:57 PM (20 years ago)
Author:
jhoblitt
Message:

add m4/ac_prog_perl_modules.m4
add deps on IPC::Cmd, PS::IPP::Metadata, & PS::IPP::Metadata::Config

Location:
trunk/ippTools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/configure.ac

    r8662 r8692  
    1818PKG_CHECK_MODULES([IPPDB], [ippdb >= 0.0.34])
    1919
     20AC_PROG_PERL_MODULES(
     21  [IPC::Cmd], ,
     22  [AC_MSG_ERROR(perl module IPC::Cmd is required)]
     23)
     24
     25AC_PROG_PERL_MODULES(
     26  [PS::IPP::Metadata], ,
     27  [AC_MSG_ERROR(perl module PS::IPP::Metadata is required)]
     28)
     29
     30AC_PROG_PERL_MODULES(
     31  [PS::IPP::Metadata::Config], ,
     32  [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)]
     33)
     34
     35
    2036dnl pxtools_CFLAGS="-Wall -Werror -std=c99"
    2137pxtools_CFLAGS="-Wall -std=c99"
     
    2541  Makefile
    2642  src/Makefile
     43  scripts/Makefile
    2744])
    2845AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.