mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* tests/semantics.m4 (AC_CHECK_TYPES): `addr, addr' is not
portable sed: use `addr,addr'.
This commit is contained in:
parent
98c9da45a3
commit
f3d6e8968d
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -124,7 +124,7 @@ AC_OUTPUT
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user