source: git/xalloc/configure.ac @ 2abbc76

spielwiese
Last change on this file since 2abbc76 was 2abbc76, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: build libomalloc.a as (additional) target
  • Property mode set to 100644
File size: 444 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 silent-rules]) # -Wno-extra-portability -Werror
9
10AC_PROG_MAKE_SET
11AC_PROG_CC
12AC_PROG_CPP
13
14AC_PROG_LN_S
15AC_PROG_INSTALL
16AM_PROG_CC_C_O
17
18AC_C_CONST
19AC_C_INLINE
20
21LT_INIT
22
23AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
24
25AC_CONFIG_FILES([Makefile])
26AC_OUTPUT
27
Note: See TracBrowser for help on using the repository browser.