jengelh-datetimespielwiese
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 | |
---|
1 | AC_INIT([xalloc], [3.1.2.sw]) |
---|
2 | AC_CONFIG_SRCDIR(dummy.c) |
---|
3 | AC_CONFIG_MACRO_DIR([../m4]) |
---|
4 | |
---|
5 | AC_CONFIG_AUX_DIR([.]) |
---|
6 | |
---|
7 | AM_MAINTAINER_MODE |
---|
8 | AM_INIT_AUTOMAKE([-Wall foreign subdir-objects silent-rules]) # -Wno-extra-portability -Werror |
---|
9 | |
---|
10 | AC_PROG_MAKE_SET |
---|
11 | AC_PROG_CC |
---|
12 | AC_PROG_CPP |
---|
13 | |
---|
14 | AC_PROG_LN_S |
---|
15 | AC_PROG_INSTALL |
---|
16 | AM_PROG_CC_C_O |
---|
17 | |
---|
18 | AC_C_CONST |
---|
19 | AC_C_INLINE |
---|
20 | |
---|
21 | LT_INIT |
---|
22 | |
---|
23 | AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) |
---|
24 | |
---|
25 | AC_CONFIG_FILES([Makefile]) |
---|
26 | AC_OUTPUT |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.