source: git/xalloc/configure.ac @ 176f12

spielwiese
Last change on this file since 176f12 was 176f12, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
updated xalloc due to the removal of debugging version building
  • Property mode set to 100644
File size: 415 bytes
Line 
1AC_INIT([xalloc], [3.1.2.sw])
2AC_CONFIG_SRCDIR(dummy.c)
3
4AC_CONFIG_AUX_DIR([.])
5
6AM_MAINTAINER_MODE
7AM_INIT_AUTOMAKE([-Wall foreign subdir-objects silent-rules]) # -Wno-extra-portability -Werror
8
9AC_PROG_MAKE_SET
10AC_PROG_CC
11AC_PROG_CPP
12
13AC_PROG_LN_S
14AC_PROG_INSTALL
15AM_PROG_CC_C_O
16
17AC_C_CONST
18AC_C_INLINE
19
20LT_INIT
21
22AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
23
24AC_CONFIG_FILES([Makefile])
25AC_OUTPUT
26
Note: See TracBrowser for help on using the repository browser.