From: Guillem Jover Date: Wed, 27 Sep 2006 09:30:17 +0000 (+0000) Subject: Add a new line at the end of m4/compiler.m4 file, to cope with an X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65253492fba9ed3c9e9c9a717766fce66530741d;p=dpkg 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. --- diff --git a/ChangeLog b/ChangeLog index c37c55f0..8bef7614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-27 Guillem Jover + + * 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 * dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the diff --git a/debian/changelog b/debian/changelog index 3e6a90d3..189c59a6 100644 --- a/debian/changelog +++ b/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) diff --git a/m4/compiler.m4 b/m4/compiler.m4 index d722ab5b..54f6a5c2 100644 --- a/m4/compiler.m4 +++ b/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 \ No newline at end of file +])# DPKG_C_C99 +