source: git/xalloc/configure.ac @ e17f69

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