]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Changed unset srcid to avoid silly builtin test failure
authorFrancis Dupont <fdupont@isc.org>
Sat, 10 Sep 2016 02:18:33 +0000 (04:18 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 10 Sep 2016 02:18:33 +0000 (04:18 +0200)
configure
configure.in
win32utils/Configure

index 56ee93248d024c7ce52f0400448d0a1abdf3d4a1..34a60196ff4ccf601f640734427975574163778c 100755 (executable)
--- a/configure
+++ b/configure
@@ -21949,7 +21949,7 @@ BIND9_VERSIONSTRING="${PRODUCT} ${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}
 BIND9_VERSIONSHORT="${PRODUCT} ${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}${EXTENSIONS}"
 
 
-BIND9_SRCID="SRCID=unset"
+BIND9_SRCID="SRCID=unset_id"
 if test -f "${srcdir}/srcid"; then
        . "${srcdir}/srcid"
        BIND9_SRCID="SRCID=$SRCID"
index 2054d3fb6a6e5d65753a07bff7c258126a1dc3fa..9fc0c46722ff12bfb3a6f9ecc206eb5b894076ca 100644 (file)
@@ -4693,7 +4693,7 @@ AC_SUBST(BIND9_VERSIONSTRING)
 BIND9_VERSIONSHORT="${PRODUCT} ${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}${EXTENSIONS}"
 AC_SUBST(BIND9_VERSIONSHORT)
 
-BIND9_SRCID="SRCID=unset"
+BIND9_SRCID="SRCID=unset_id"
 if test -f "${srcdir}/srcid"; then
        . "${srcdir}/srcid"
        BIND9_SRCID="SRCID=$SRCID"
index 7fe899fb2aaf569cc90b890b507b7ab161081678..759e50d528ed3dba1c98bec95a1a6ef503eb59c6 100644 (file)
@@ -3004,7 +3004,7 @@ sub makesrcid {
     my $data;
     my $name;
     my $value;
-    my $srcid = "unset";
+    my $srcid = "unset_id";
 
     open SOUT, ">..\\srcid.h" || die "cannot open srcid.h: $!\n";
     if (open (SIN, "..\\srcid")) {