forked from pool/xemacs
20 lines
665 B
Diff
20 lines
665 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -22,8 +22,6 @@
|
|
dnl Due to a dependence on the implementation of certain internal autoconf
|
|
dnl macros, die if any version other than 2.59 is used.
|
|
AC_PREREQ(2.59)dnl
|
|
-m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [2.59]), 1,
|
|
- [m4_fatal([This script can only be generated with autoconf 2.59])], [])dnl
|
|
AC_INIT([XEmacs],[21.5],[xemacs-beta@xemacs.org])dnl
|
|
AC_CONFIG_SRCDIR(src/lisp.h)dnl
|
|
dnl
|
|
@@ -382,6 +380,7 @@
|
|
dnl
|
|
define([XE_EXPAND_COMPLEX_OPTIONS],
|
|
[m4_if([$2], [[]], [],
|
|
+ [$2], [], [],
|
|
[XE_EXPAND_COMPLEX_OPTION([$1], m4_fst($2))[]dnl
|
|
XE_EXPAND_COMPLEX_OPTIONS([$1], m4_cdr($2))])])dnl
|
|
dnl
|