]> err.no Git - dpkg/commitdiff
Escape new lines in AC_CHECK_FUNCS
authorGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 06:22:30 +0000 (08:22 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 06:22:30 +0000 (08:22 +0200)
ChangeLog
configure.ac

index 8877daa9451c66db274a4c819e15afba52d0f290..5ea59195840e179529fc17782e53af96919e0c4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-21  Guillem Jover  <guillem@debian.org>
+
+       * configure.ac (AC_CHECK_FUNCS): Escape new lines.
+
 2008-01-21  Ian Jackson  <ian@davenant.greenend.org.uk>
 
        * src/processarc.c (process_archive): Fix incorrect sizeof in a
index 18350be4c846a9a7d367df68ae7b930d2c76610e..be0886d6951faa97681ace07bfd04a7f0b0abc14 100644 (file)
@@ -92,8 +92,8 @@ DPKG_C_ATTRIBUTE
 
 # Checks for library functions.
 DPKG_FUNC_VA_COPY
-AC_CHECK_FUNCS([vsnprintf snprintf strtoul strerror strsignal alphasort
-                isascii bcopy memcpy scandir unsetenv lchown setsid
+AC_CHECK_FUNCS([vsnprintf snprintf strtoul strerror strsignal alphasort \
+                isascii bcopy memcpy scandir unsetenv lchown setsid \
                 getdtablesize])
 
 SJR_COMPILER_WARNINGS