Changeset 5895
- Timestamp:
- Jan 4, 2006, 2:53:18 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 2 added
- 2 edited
-
autogen.sh (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
m4 (added)
-
m4/ac_prog_perl_modules.m4 (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/autogen.sh
r5888 r5895 76 76 77 77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 $ACLOCAL || echo "$ACLOCAL failed"78 $ACLOCAL -I m4 || echo "$ACLOCAL failed" 79 79 #$AUTOHEADER || echo "$AUTOHEADER failed" 80 80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" -
trunk/glueforge/configure.ac
r5894 r5895 8 8 9 9 AC_PROG_INSTALL 10 11 AC_PROG_PERL_MODULES( 12 [PS::IPP::Metadata::Config], , 13 [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)] 14 ) 15 16 AC_PROG_PERL_MODULES( 17 [Template], , 18 [AC_MSG_ERROR(perl module Template is required)] 19 ) 10 20 11 21 AC_PATH_PROG([POD2MAN], [pod2man], [missing])
Note:
See TracChangeset
for help on using the changeset viewer.
