This is the mail archive of the autoconf-patches@gnu.org mailing list for the autoconf project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

13-quadri-oline



I had changed the [#] into @%:@, but on second thought I just don't
understand why care was take with those hashes.

Akim

Index: 0.204/ChangeLog
--- 0.204/ChangeLog Sat, 11 Mar 2000 18:21:20 +0100 akim (ace/34_ChangeLog 1.190 666)
+++ 0.204(w)/ChangeLog Sat, 11 Mar 2000 18:34:12 +0100 akim (ace/34_ChangeLog 1.190 666)
@@ -1,5 +1,10 @@
 2000-03-11  Akim Demaille  <akim@epita.fr>
 
+	* acgeneral.m4: s/@%:@line __oline__/#line __oline__/g. __oline__
+	is not a macro, so there is just no use in avoiding `#'.
+
+2000-03-11  Akim Demaille  <akim@epita.fr>
+
 	* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): When there were no
 	CONFIG_FILES, we had to expand _AC_OUTPUT_FILES into the KILL
 	diversion, because it is AC_OUTPUT_FILES which undiverted the
Index: 0.204/acgeneral.m4
--- 0.204/acgeneral.m4 Sat, 11 Mar 2000 18:21:20 +0100 akim (ace/27_acgeneral. 1.128 664)
+++ 0.204(w)/acgeneral.m4 Sat, 11 Mar 2000 18:31:14 +0100 akim (ace/27_acgeneral. 1.128 664)
@@ -2436,7 +2436,7 @@
 [cat >conftest.$ac_ext <<EOF
 AC_LANG_CASE([FORTRAN77], ,
 [
-@%:@line __oline__ "configure"
+#line __oline__ "configure"
 #include "confdefs.h"
 ])
 [$1]
@@ -2587,7 +2587,7 @@
 AC_DEFUN(AC_TRY_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@%:@line __oline__ "configure"
+#line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 EOF
@@ -2629,7 +2629,7 @@
 AC_DEFUN(AC_EGREP_CPP,
 [AC_REQUIRE_CPP()dnl
 cat >conftest.$ac_ext <<EOF
-@%:@line __oline__ "configure"
+#line __oline__ "configure"
 #include "confdefs.h"
 [$2]
 EOF
@@ -2668,8 +2668,8 @@
 [$2]
       end],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @%:@line __oline__ "[$]0"
-@%:@line __oline__ "configure"
+dnl #line __oline__ "[$]0"
+#line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2714,8 +2714,8 @@
       end
 ],
 [dnl This sometimes fails to find confdefs.h, for some reason.
-dnl @%:@line __oline__ "[$]0"
-@%:@line __oline__ "configure"
+dnl #line __oline__ "[$]0"
+#line __oline__ "configure"
 #include "confdefs.h"
 [$1]
 int
@@ -2779,7 +2779,7 @@
 # Like AC_TRY_RUN but assumes a native-environment (non-cross) compiler.
 AC_DEFUN(AC_TRY_RUN_NATIVE,
 [cat >conftest.$ac_ext <<EOF
-@%:@line __oline__ "configure"
+#line __oline__ "configure"
 #include "confdefs.h"
 AC_LANG_CASE(CPLUSPLUS, [#ifdef __cplusplus
 extern "C" void exit(int);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]