source: git/xalloc/configure.ac @ 46d30d

spielwiese
Last change on this file since 46d30d was 46d30d, checked in by Jan Engelhardt <jengelh@…>, 13 years ago
build: resolve deprecated use of AM_INIT_AUTOMAKE
  • Property mode set to 100644
File size: 293 bytes
RevLine 
[82102f]1AC_INIT([xalloc], [3.1.2.sw])
2AC_CONFIG_SRCDIR(dummy.c)
3
4AC_CONFIG_AUX_DIR([.])
5
6AM_MAINTAINER_MODE
[46d30d]7AM_INIT_AUTOMAKE([-Wall foreign])
[82102f]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.