moved src dirs right
[educational.data.git] / src / installer / configure.scan
blob6d3e470a8a3279776fb1bae3f701dcc097f1d2b8
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([config.h.in])
4 AC_CONFIG_HEADER([config.h])
6 # Checks for programs.
7 AC_PROG_CXX
8 AC_PROG_AWK
9 AC_PROG_CC
10 AC_PROG_CPP
11 AC_PROG_INSTALL
12 AC_PROG_LN_S
13 AC_PROG_MAKE_SET
14 AC_PROG_RANLIB
16 # Checks for libraries.
18 # Checks for header files.
20 # Checks for typedefs, structures, and compiler characteristics.
21 AC_C_CONST
23 # Checks for library functions.
25 AC_CONFIG_FILES([Makefile
26                  src/Makefile])
27 AC_OUTPUT