+2001-09-22 Gary V. Vaughan <gary@gnu.org>
+
+ * libtool.m4 (_LT_AC_FILE_LTDLL_C): Be carefule that the start
+ marker searched for by sed must start in column 0.
+ (_LT_AC_FILE_IMPGEN_C): Ditto.
+ Reported by Tor Lillqvist <tml@iki.fi>
+
2001-09-22 Tor Lillqvist <tml@iki.fi>
* libtool.m4 [mingw* cygwin*]: Small improvement for mingw-hosted
# _LT_AC_FILE_LTDLL_C
# -------------------
-AC_DEFUN([_LT_AC_FILE_LTDLL_C],
-[# /* ltdll.c starts here */
+# Be careful that the start marker always follows a newline.
+AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
+# /* ltdll.c starts here */
# #define WIN32_LEAN_AND_MEAN
# #include <windows.h>
# #undef WIN32_LEAN_AND_MEAN
# _LT_AC_FILE_IMPGEN_C
# --------------------
-AC_DEFUN([_LT_AC_FILE_IMPGEN_C],
-[# /* impgen.c starts here */
+# Be careful that the start marker always follows a newline.
+AC_DEFUN([_LT_AC_FILE_IMPGEN_C], [
+# /* impgen.c starts here */
# /* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
#
# This file is part of GNU libtool.