From 625678e974da5ac861284f13b8a3e65721a59c97 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 30 Jul 2009 19:43:16 +0000 Subject: config/ * extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or newer. * tls.m4 (GCC_CHECK_TLS): Fix m4 quotation. * no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation. * override.m4 (m4_copy_force, m4_rename_force): Provide macros if not defined. (AC_PREREQ): Use m4_copy_force. readline/examples/rlfe/ * configure.in: Correctly quote AC_PROGRAM_SOURCE definition. --- readline/examples/rlfe/ChangeLog | 4 ++++ readline/examples/rlfe/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'readline') diff --git a/readline/examples/rlfe/ChangeLog b/readline/examples/rlfe/ChangeLog index ba41b2b7205..8f330e94c26 100644 --- a/readline/examples/rlfe/ChangeLog +++ b/readline/examples/rlfe/ChangeLog @@ -1,3 +1,7 @@ +2009-07-30 Ralf Wildenhues + + * configure.in: Correctly quote AC_PROGRAM_SOURCE definition. + 2004-11-04 Per Bothner * pty.c: Import from screen-4.0.2. diff --git a/readline/examples/rlfe/configure.in b/readline/examples/rlfe/configure.in index ad685416b79..a3d35e853b8 100644 --- a/readline/examples/rlfe/configure.in +++ b/readline/examples/rlfe/configure.in @@ -8,7 +8,7 @@ AC_SUBST(VERSION) dnl dnl Define some useful macros dnl -AC_DEFUN(AC_PROGRAM_SOURCE, +AC_DEFUN([AC_PROGRAM_SOURCE], [AC_REQUIRE([AC_PROG_CPP])AC_PROVIDE([$0])cat > conftest.c <