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]

tests: sed portability



Index: ChangeLog
===================================================================
RCS file: /cvs/autoconf/ChangeLog,v
retrieving revision 1.400
diff -u -r1.400 ChangeLog
--- ChangeLog   2000/02/17 09:31:34     1.400
+++ ChangeLog   2000/02/17 09:34:36
@@ -1,5 +1,10 @@
 2000-02-17  Akim Demaille  <akim@epita.fr>
 
+       * tests/semantics.m4 (AC_CHECK_TYPES): `addr, addr' is not
+       portable sed: use `addr,addr'.
+
+2000-02-17  Akim Demaille  <akim@epita.fr>
+
        Fix the `missing dummy.in' reported by the test suite.
        Reported by Erez Zadok.
 
cvs server: Diffing doc
cvs server: Diffing m4
cvs server: Diffing man
cvs server: Diffing tests
Index: tests/semantics.m4
===================================================================
RCS file: /cvs/autoconf/tests/semantics.m4,v
retrieving revision 1.6
diff -u -r1.6 semantics.m4
--- semantics.m4        2000/02/15 09:34:00     1.6
+++ semantics.m4        2000/02/17 09:34:36
@@ -124,7 +124,7 @@
 AT_CHECK([../autoconf -m .. -l $at_srcdir], 0,,
 [configure.in:10: warning: AC_CHECK_TYPE: assuming `uint65536_t' is not a type
 ])
-AT_CHECK([[sed -e '/^#(cut-from-here/, /^#to-here)/!d' -e '/^#/d' configure]],
+AT_CHECK([[sed -e '/^#(cut-from-here/,/^#to-here)/!d' -e '/^#/d' configure]],
          0,
          [NEW
 OLD


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