source: git/xalloc/configure.ac @ e078e0

spielwiese
Last change on this file since e078e0 was e078e0, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fixing the build system as suggested by autoreconf & fixing the fix add: AM_PROG_AR&-Wno-extra-portability&-Werror are commented out for now due to problems with incompatible autotools :( add: usefull autotools flags (subdir-objects silent-rules) chg: removed some minor warnings
  • Property mode set to 100644
File size: 352 bytes
Line 
1AC_INIT([xalloc], [3.1.2.sw])
2AC_CONFIG_SRCDIR(dummy.c)
3
4AC_CONFIG_AUX_DIR([.])
5
6AM_MAINTAINER_MODE
7AM_INIT_AUTOMAKE([-Wall foreign subdir-objects -Werror silent-rules -Wno-extra-portability])
8
9AC_PROG_MAKE_SET
10AC_PROG_CC
11AC_PROG_CPP
12
13AC_PROG_LN_S
14AC_PROG_INSTALL
15AM_PROG_CC_C_O
16
17AC_C_CONST
18AC_C_INLINE
19
20LT_INIT
21
22AC_CONFIG_FILES([Makefile])
23AC_OUTPUT
24
Note: See TracBrowser for help on using the repository browser.