muimaster.library: remove self notification code from Listview
[AROS.git] / tools / sfdc / configure.in
blob5d509648b74a88fcc8a9b47b4f6ec2ceaa017f49
1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(sfdc, 1.3, martin@blom.org)
4 VERSION=1.3
5 DATE=2004-11-12
6 AC_SUBST(VERSION)
7 AC_SUBST(DATE)
9 # Checks for programs.
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") )
13 AC_PROG_INSTALL
14          
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])
24 AC_OUTPUT