Import upstream Source
[gamazons.git] / configure.scan
blobe3a3b98dfecfff644598a4863899ed63c6ed6ed8
1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
3 AC_CONFIG_SRCDIR([acconfig.h])
4 AC_CONFIG_HEADER([config.h])
6 # Checks for programs.
7 AC_PROG_AWK
8 AC_PROG_CC
9 AC_PROG_INSTALL
10 AC_PROG_LN_S
11 AC_PROG_RANLIB
13 # Checks for libraries.
15 # Checks for header files.
16 AC_HEADER_STDC
17 AC_CHECK_HEADERS([limits.h stdlib.h string.h unistd.h])
19 # Checks for typedefs, structures, and compiler characteristics.
20 AC_C_CONST
22 # Checks for library functions.
23 AC_FUNC_MALLOC
25 AC_CONFIG_FILES([Makefile
26                  pixmaps/Makefile
27                  src/Makefile])
28 AC_OUTPUT