bug-cppi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cppi] [PATCH 13/19] maint: tweak m4 quoting in AC_CONFIG_FILES


From: Jim Meyering
Subject: [bug-cppi] [PATCH 13/19] maint: tweak m4 quoting in AC_CONFIG_FILES
Date: Wed, 25 Jan 2012 09:22:50 +0100

From: Jim Meyering <address@hidden>

* configure.ac (AC_CONFIG_FILES): Quote args.
---
 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index e6d880c..eb003ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,8 +83,6 @@ AC_HEADER_ASSERT
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.17])

-AC_CONFIG_FILES(
-  Makefile
-  po/Makefile.in)
+AC_CONFIG_FILES([Makefile po/Makefile.in])

 AC_OUTPUT
-- 
1.7.9.rc2.2.g183d6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]