Autoconf 2.57 complains if the final line of a Makefile.am ends with a
trailing backslash, even if that line is commented out. This patch
silences it.

Jean-Marc, can I leave it to you to apply please?

-- 
Angus
Index: boost/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/ChangeLog,v
retrieving revision 1.32.2.7
diff -u -p -r1.32.2.7 ChangeLog
--- boost/ChangeLog	1 Mar 2004 14:50:29 -0000	1.32.2.7
+++ boost/ChangeLog	31 Mar 2004 22:37:14 -0000
@@ -1,3 +1,8 @@
+2004-03-26  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* libs/regex/Makefile.am: silence autoconf 2.57 warning by
+	removing trailing backslash from the final line of the file.
+
 2004-03-01  Zvezdan Petkovic  <[EMAIL PROTECTED]>
 
 	* boost/config/platform/bsd.hpp: config fix for OpenBSD
Index: boost/libs/regex/src/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/libs/regex/src/Makefile.am,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile.am
--- boost/libs/regex/src/Makefile.am	7 Nov 2002 15:24:06 -0000	1.5
+++ boost/libs/regex/src/Makefile.am	31 Mar 2004 22:37:16 -0000
@@ -19,4 +19,4 @@ libboostregex_la_SOURCES = \
 #	posix_api.cpp \
 #	wide_posix_api.cpp \
 #	regex_debug.cpp
-#	winstances.cpp \
+#	winstances.cpp
Index: src/insets/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/ChangeLog,v
retrieving revision 1.552.2.8
diff -u -p -r1.552.2.8 ChangeLog
--- src/insets/ChangeLog	16 Mar 2004 10:49:57 -0000	1.552.2.8
+++ src/insets/ChangeLog	31 Mar 2004 22:37:20 -0000
@@ -1,3 +1,8 @@
+2004-03-26  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* Makefile.am: silence autoconf 2.57 warning by
+        removing trailing backslash from the final line of the file.
+
 2004-03-16  Jürgen Spitzmüller  <[EMAIL PROTECTED]>
 
 	* insetquote.C: use opening quote after '[' char.
Index: src/insets/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/Makefile.am,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile.am
--- src/insets/Makefile.am	24 Sep 2002 18:20:26 -0000	1.50
+++ src/insets/Makefile.am	31 Mar 2004 22:37:20 -0000
@@ -88,4 +88,4 @@ libinsets_la_SOURCES = \
 #	insetsection.h \
 #	insetsection.C \
 #	insettheorem.C \
-#	insettheorem.h \
+#	insettheorem.h

Reply via email to