Mercurial > hg > octave-lojdl > gnulib-hg
annotate configure.in @ 4376:7bd7d6bc542c
(readtokens): Remove anachronistic casts of xmalloc,
xrealloc, and xcalloc return values.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 07 Jun 2003 10:16:29 +0000 |
parents | be4a50a68d30 |
children |
rev | line source |
---|---|
1 | 1 dnl Process this file with autoconf to produce a configure script. |
2 AC_INIT(regex.c) | |
3962
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
35
diff
changeset
|
3 AC_CONFIG_AUX_DIR(config) |
1 | 4 |
5 AC_PROG_CC | |
6 AC_PROG_INSTALL | |
7 | |
8 dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary. The | |
9 dnl Autoconf documentation isn't specific about which BSD functions they | |
10 dnl provide. | |
11 AC_AIX | |
12 AC_DYNIX_SEQ | |
13 AC_ISC_POSIX | |
14 AC_MINIX | |
15 | |
16 AC_STDC_HEADERS | |
24 | 17 AC_HAVE_HEADERS(string.h) |
1 | 18 |
19 AC_ALLOCA | |
23 | 20 AC_CONST |
1 | 21 |
22 AC_PREFIX(gcc) | |
23 | |
3962
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
35
diff
changeset
|
24 AC_OUTPUT(Makefile m4/Makefile lib/Makefile) |