equal
deleted
inserted
replaced
1 dnl Process this file with autoconf to produce a configure script. |
1 dnl Process this file with autoconf to produce a configure script. |
2 AC_INIT([HugoLib], [0.1], [etik-ol@cs.elte.hu], [hugo]) |
2 AC_INIT([HugoLib], [0.2], [etik-ol@cs.elte.hu], [hugo]) |
3 AC_CONFIG_AUX_DIR([config]) |
3 AC_CONFIG_AUX_DIR([config]) |
4 AM_INIT_AUTOMAKE(1.7) |
4 AM_INIT_AUTOMAKE(1.7) |
5 AC_CONFIG_SRCDIR([src/hugo/invalid.h]) |
5 AC_CONFIG_SRCDIR([src/hugo/invalid.h]) |
6 AC_PREREQ(2.57) |
6 AC_PREREQ(2.57) |
7 |
7 |
12 CXXFLAGS="$CXXFLAGS -Wall" |
12 CXXFLAGS="$CXXFLAGS -Wall" |
13 |
13 |
14 dnl Checks for libraries. |
14 dnl Checks for libraries. |
15 |
15 |
16 dnl Checks for header files. |
16 dnl Checks for header files. |
17 AC_CHECK_HEADERS(limits.h sys/time.h unistd.h) |
17 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h) |
18 |
18 |
19 dnl Checks for typedefs, structures, and compiler characteristics. |
19 dnl Checks for typedefs, structures, and compiler characteristics. |
20 AC_C_CONST |
20 AC_C_CONST |
21 AC_C_INLINE |
21 AC_C_INLINE |
22 AC_TYPE_SIZE_T |
22 AC_TYPE_SIZE_T |