[debhelper-devel] [debhelper] 01/01: t: Update test related to the autoconf buildsystem
Niels Thykier
nthykier at moszumanska.debian.org
Thu Jul 27 05:51:16 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 18a301de0e6baf81d110d1b07d71d005a6ba7ee7
Author: Niels Thykier <niels at thykier.net>
Date: Thu Jul 27 05:50:26 2017 +0000
t: Update test related to the autoconf buildsystem
Signed-off-by: Niels Thykier <niels at thykier.net>
---
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 73715c8..882b801 100755
--- a/t/buildsystems/autoconf/configure
+++ b/t/buildsystems/autoconf/configure
@@ -8,13 +8,13 @@ use warnings;
my @OPTIONS=qw(
^--build=.*$
^--prefix=/usr$
- ^--includedir=\$\{prefix\}/include$
- ^--mandir=\$\{prefix\}/share/man$
- ^--infodir=\$\{prefix\}/share/info$
+ ^--includedir=/usr/include$
+ ^--mandir=/usr/share/man$
+ ^--infodir=/usr/share/info$
^--sysconfdir=/etc$
^--localstatedir=/var$
- ^--libexecdir=\$\{prefix\}/lib/.*$
- ^--libdir=\$\{prefix\}/lib/.*$
+ ^--libexecdir=/usr/lib/.*$
+ ^--libdir=/usr/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