Browse Source

Add a new line at the end of m4/compiler.m4 file, to cope with an
autoreconf failure due to the new m4 1.4.7.

Guillem Jover 17 years ago
parent
commit
65253492fb
3 changed files with 9 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 2 1
      m4/compiler.m4

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2006-09-27  Guillem Jover  <guillem@debian.org>
+
+	* m4/compiler.m4: Add a new line at the end of the file, to cope with
+	an autoreconf failure due to the new m4 1.4.7.
+
 2006-09-27  Ian Jackson  <iwj@ubuntu.com>
 
 	* dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the

+ 2 - 0
debian/changelog

@@ -8,6 +8,8 @@ dpkg (1.13.23~) UNRELEASED; urgency=low
   * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
     autogenerated, replace them with a proper license and copyright comment.
     Closes: #382308
+  * Add a new line at the end of m4/compiler.m4 file, to cope with an
+    autoreconf failure due to the new m4 1.4.7.
 
   [ Added dpkg Translations ]
   * Dzongkha (Kinley Tshering)

+ 2 - 1
m4/compiler.m4

@@ -101,4 +101,5 @@ AS_IF([test "x$dpkg_cv_c99" = "xyes"],
 	 AS_IF([test "x$dpkg_cv_c99_arg" != "xnone"],
 	       [CC="$CC $dpkg_cv_c99_arg"
 		AC_DEFINE([HAVE_C99], 1)])])[]dnl
-])# DPKG_C_C99
+])# DPKG_C_C99
+