source: git/xalloc/configure.ac @ e62a1d

spielwiese
Last change on this file since e62a1d was e62a1d, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Disable debug by default (separated into m4/options.m4)
  • Property mode set to 100644
File size: 486 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])
10m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
11
12
13AC_PROG_MAKE_SET
14AC_PROG_CC
15AC_PROG_CPP
16
17AC_PROG_LN_S
18AC_PROG_INSTALL
19AM_PROG_CC_C_O
20
21AC_C_CONST
22AC_C_INLINE
23
24LT_INIT
25
26SING_CHECK_DEBUG
27
28AC_CONFIG_FILES([Makefile])
29AC_OUTPUT
30
Note: See TracBrowser for help on using the repository browser.