]> err.no Git - dpkg/commitdiff
Add a new line at the end of m4/compiler.m4 file, to cope with an
authorGuillem Jover <guillem@debian.org>
Wed, 27 Sep 2006 09:30:17 +0000 (09:30 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 27 Sep 2006 09:30:17 +0000 (09:30 +0000)
autoreconf failure due to the new m4 1.4.7.

ChangeLog
debian/changelog
m4/compiler.m4

index c37c55f0ded459bc96b97b0260381301b8e11804..8bef761479379a2df69468f4a0830585ee2997e5 100644 (file)
--- a/ChangeLog
+++ b/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
index 3e6a90d31be7c25d6f2e4ba4f3c47f80183cd9b1..189c59a606ad5841a2dbf7906cdb914d1a18eb63 100644 (file)
@@ -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)
index d722ab5b6a6e2e78d5d138e61ba4178d59f3c3e0..54f6a5c2a745fcd8032f5f6a83742125dcc1d34a 100644 (file)
@@ -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
\ No newline at end of file
+])# DPKG_C_C99
+