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 | |
---|
1 | AC_INIT([xalloc], [3.1.2.sw]) |
---|
2 | AC_CONFIG_SRCDIR(dummy.c) |
---|
3 | |
---|
4 | AC_CONFIG_AUX_DIR([.]) |
---|
5 | |
---|
6 | AM_MAINTAINER_MODE |
---|
7 | AM_INIT_AUTOMAKE([xalloc], [3.1.2.sw]) |
---|
8 | |
---|
9 | AC_PROG_MAKE_SET |
---|
10 | AC_PROG_CC |
---|
11 | AC_PROG_CPP |
---|
12 | |
---|
13 | AC_PROG_LN_S |
---|
14 | AC_PROG_INSTALL |
---|
15 | AM_PROG_CC_C_O |
---|
16 | |
---|
17 | AC_C_CONST |
---|
18 | AC_C_INLINE |
---|
19 | |
---|
20 | LT_INIT |
---|
21 | |
---|
22 | AC_CONFIG_FILES([Makefile]) |
---|
23 | AC_OUTPUT |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.