The following commit has been merged in the master branch:
commit 7e3260e187dfe29326c5f3bcd179b1258d468b9b
Author: Guillem Jover <[email protected]>
Date:   Thu Oct 13 08:36:04 2011 +0200

    build: Forbid m4 tokens on the output matching ^_?DPKG_
    
    This will make sure no accidentally unexpanded dpkg token is left on
    the output. The build would fail anyway, but maybe only on specific
    code paths.
    
    Based-on-patch-by: Jonathan Nieder <[email protected]>
    Signed-off-by: Guillem Jover <[email protected]>

diff --git a/configure.ac b/configure.ac
index b514716..9b1adff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
+m4_pattern_forbid([^_?DPKG_])
+
 AC_PREREQ(2.60)
 AC_INIT([dpkg], m4_esyscmd([./get-version]), [[email protected]])
 AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to