pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-04
2003-12-04 13:59:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
012fe70e2edc7c531302c48f6753b317bde5fd59 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
m4_pattern_allow() doesn't exist in autoconf 2.13.
Rev: src/configure.in:1.751
1:
-
AC_REVISION("$Id: configure.in,v 1.
750
2003/12/04 13:
31
:
39
per
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
751
2003/12/04 13:
59
:
26
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
3218:
# It also clobbers $LIBOBJS. # # Handle the latest autoconf incompatibility...
+
ifdef([m4_pattern_allow], [
m4_pattern_allow(LIBOBJS)
-
+
])
OLD_LIBOBJS="${LIBOBJS}" AC_FUNC_MEMCMP