[debhelper-devel] [debhelper] 02/02: Revert "t: Update test related to the autoconf buildsystem"

Niels Thykier nthykier at moszumanska.debian.org
Mon Jul 31 19:00:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 54d30905680ba6220212ebccd51d3bcee0349ec1
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 31 18:58:57 2017 +0000

    Revert "t: Update test related to the autoconf buildsystem"
    
    This reverts commit 18a301de0e6baf81d110d1b07d71d005a6ba7ee7.
---
 t/buildsystems/autoconf/configure | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/t/buildsystems/autoconf/configure b/t/buildsystems/autoconf/configure
index 882b801..73715c8 100755
--- a/t/buildsystems/autoconf/configure
+++ b/t/buildsystems/autoconf/configure
@@ -8,13 +8,13 @@ use warnings;
 my @OPTIONS=qw(
    ^--build=.*$
    ^--prefix=/usr$
-   ^--includedir=/usr/include$
-   ^--mandir=/usr/share/man$
-   ^--infodir=/usr/share/info$
+   ^--includedir=\$\{prefix\}/include$
+   ^--mandir=\$\{prefix\}/share/man$
+   ^--infodir=\$\{prefix\}/share/info$
    ^--sysconfdir=/etc$
    ^--localstatedir=/var$
-   ^--libexecdir=/usr/lib/.*$
-   ^--libdir=/usr/lib/.*$
+   ^--libexecdir=\$\{prefix\}/lib/.*$
+   ^--libdir=\$\{prefix\}/lib/.*$
    ^--disable-silent-rules$
    ^--disable-maintainer-mode$
    ^--disable-dependency-tracking$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list