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 | |
---|
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]) # -Wno-extra-portability -Werror silent-rules |
---|
9 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) |
---|
10 | |
---|
11 | |
---|
12 | AC_PROG_MAKE_SET |
---|
13 | AC_PROG_CC |
---|
14 | AC_PROG_CPP |
---|
15 | |
---|
16 | AC_PROG_LN_S |
---|
17 | AC_PROG_INSTALL |
---|
18 | AM_PROG_CC_C_O |
---|
19 | |
---|
20 | AC_C_CONST |
---|
21 | AC_C_INLINE |
---|
22 | |
---|
23 | LT_INIT |
---|
24 | |
---|
25 | AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) |
---|
26 | |
---|
27 | AC_CONFIG_FILES([Makefile]) |
---|
28 | AC_OUTPUT |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.