diff options
author | Guillem Jover <guillem@debian.org> | 2006-09-27 09:30:17 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-09-27 09:30:17 +0000 |
commit | 65253492fba9ed3c9e9c9a717766fce66530741d (patch) | |
tree | 4b6aa47ae99b642214cae6dc180ec7770b7d7963 /m4 | |
parent | 7968264cd0cfac98847f009be0ad4e83a3b4aa81 (diff) | |
download | dpkg-65253492fba9ed3c9e9c9a717766fce66530741d.tar.gz |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/compiler.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/compiler.m4 b/m4/compiler.m4 index d722ab5b6..54f6a5c2a 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 + |