1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(sfdc, 1.3, martin@blom.org)
10 AC_CHECK_PROGS( PERL, perl, AC_ERROR("Perl is required") )
11 AC_CHECK_PROGS( POD2TEXT, pod2text, AC_ERROR("pod2text is required") )
12 AC_CHECK_PROGS( POD2MAN, pod2man, AC_ERROR("pod2man is required") )
15 # Checks for libraries.
17 # Checks for header files.
19 # Checks for typedefs, structures, and compiler characteristics.
21 # Checks for library functions.
23 AC_CONFIG_FILES([Makefile gg-sfdc.spec sfdc.readme])