Changeset 1684
- Timestamp:
- Dec 30, 2008, 9:30:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1678 r1684 208 208 AC_MSG_ERROR([$svn_error_msg perl executable not found.]) 209 209 fi 210 AC_PROG_PERL_MODULES([strict ], ,210 AC_PROG_PERL_MODULES([strict Cwd File::Path Getopt::Long Pod::Usage], , 211 211 [AC_MSG_ERROR([$svn_error_msg missing some perl module.])]) 212 AC_PROG_PERL_MODULES([Cwd], ,213 [AC_MSG_ERROR([$svn_error_msg missing some perl module.])])214 AC_PROG_PERL_MODULES([File::Path], ,215 [AC_MSG_ERROR([$svn_error_msg missing some perl module.])])216 AC_PROG_PERL_MODULES([Getopt::Long], ,217 [AC_MSG_ERROR([$svn_error_msg missing some perl module.])])218 AC_PROG_PERL_MODULES([Pod::Usage], ,219 [AC_MSG_ERROR([$svn_error_msg missing some perl module.])])220 221 212 fi 222 213 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn_support" = "xyes"])
Note: See TracChangeset
for help on using the changeset viewer.