IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5895


Ignore:
Timestamp:
Jan 4, 2006, 2:53:18 PM (21 years ago)
Author:
jhoblitt
Message:

add checks for PS::IPP::Metadata::Config & Template

Location:
trunk/glueforge
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/autogen.sh

    r5888 r5895  
    7676
    7777#$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    78 $ACLOCAL || echo "$ACLOCAL failed"
     78$ACLOCAL -I m4 || echo "$ACLOCAL failed"
    7979#$AUTOHEADER || echo "$AUTOHEADER failed"
    8080$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
  • trunk/glueforge/configure.ac

    r5894 r5895  
    88
    99AC_PROG_INSTALL
     10
     11AC_PROG_PERL_MODULES(
     12    [PS::IPP::Metadata::Config], ,
     13    [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)]
     14)
     15
     16AC_PROG_PERL_MODULES(
     17    [Template], ,
     18    [AC_MSG_ERROR(perl module Template is required)]
     19)
    1020
    1121AC_PATH_PROG([POD2MAN], [pod2man], [missing])
Note: See TracChangeset for help on using the changeset viewer.