source: git/xalloc/configure.ac @ 82102f

spielwiese
Last change on this file since 82102f was 82102f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
xalloc is usable instead of omalloc ADD: xalloc is a standalone (stub) library with configure.ac and Makefile.am ADD: added missing required macros and constants USAGE: just replace omalloc/ with xalloc/ (or sym-link)
  • Property mode set to 100644
File size: 298 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([xalloc], [3.1.2.sw])
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.