2000-02-26  Martin Buchholz  <[EMAIL PROTECTED]>

        * configure.in: Unconditionally define SHELL, to allow working
        with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.

Index: configure.in
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/configure.in,v
retrieving revision 1.111.2.87
diff -u -r1.111.2.87 configure.in
--- configure.in        2000/02/21 13:33:48     1.111.2.87
+++ configure.in        2000/02/26 11:35:14
@@ -307,6 +307,7 @@
 dnl Initialize some other variables.
 subdirs=
 MFLAGS= MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
 dnl Maximum number of lines to put in a shell here document.
 ac_max_here_lines=12
 ])dnl AC_INIT_PARSE_ARGS

Reply via email to