automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fyi-macros.patch


From: Akim Demaille
Subject: fyi-macros.patch
Date: Mon, 12 Nov 2001 09:50:49 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        
        * m4/make.m4 (AM_MAKE_INCLUDE): Serial 2.
        Use `"#"' and `"\""', which
        Autoconf mode prefers over `'#'' and `'"''.
        * m4/missing.m4 (AM_MISSING_HAS_RUN): Serial 3.
        Rely on AC_MSG 2.50's quotation.
        
Index: m4/make.m4
--- m4/make.m4 Sun, 23 Sep 2001 08:36:36 +0200 akim
+++ m4/make.m4 Sun, 11 Nov 2001 09:06:44 +0100 akim
@@ -1,8 +1,4 @@
-# AM_MAKE_INCLUDE()
-# -----------------
-# Check to see how make treats includes.
-
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,6 +15,11 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
+# serial 2
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
 AC_DEFUN([AM_MAKE_INCLUDE],
 [am_make=${MAKE-make}
 cat > confinc << 'END'
@@ -27,7 +28,7 @@ doit:
 END
 # If we don't find an include directive, just comment out the code.
 AC_MSG_CHECKING([for style of include used by $am_make])
-am__include='#'
+am__include="#"
 am__quote=
 _am_result=none
 # First try GNU make style include.
@@ -47,7 +48,7 @@ doit:
    echo '.include "confinc"' > confmf
    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
       am__include=.include
-      am__quote='"'
+      am__quote="\""
       _am_result=BSD
    fi
 fi
Index: m4/missing.m4
--- m4/missing.m4 Sun, 14 Oct 2001 15:01:29 +0200 akim
+++ m4/missing.m4 Mon, 12 Nov 2001 08:55:05 +0100 akim
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 2
+# serial 3
 
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
@@ -43,7 +43,6 @@ AC_DEFUN([AM_MISSING_HAS_RUN],
   am_missing_run="$MISSING --run "
 else
   am_missing_run=
-  am_backtick='`'
-  AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
+  AC_MSG_WARN([`missing' script is too old or missing])
 fi
 ])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]