summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2013-02-10 22:33:41 +0100
committerKarel Zak2013-02-14 10:11:21 +0100
commit5564a8c77fb0d63a2d6613fd52de71baa13d446b (patch)
tree1c3d96de1796ab8f2cc9de90d14011c196731322 /configure.ac
parentbuild-sys: use AC_USE_SYSTEM_EXTENSIONS (diff)
downloadkernel-qcow2-util-linux-5564a8c77fb0d63a2d6613fd52de71baa13d446b.tar.gz
kernel-qcow2-util-linux-5564a8c77fb0d63a2d6613fd52de71baa13d446b.tar.xz
kernel-qcow2-util-linux-5564a8c77fb0d63a2d6613fd52de71baa13d446b.zip
build-sys: add package url to AC_INIT
See last line from './configure --help'. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25dd13ec6..15e28717a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_INIT(util-linux,
m4_esyscmd([tools/git-version-gen .tarball-version]),
- kzak@redhat.com)
+ [kzak@redhat.com],,
+ [http://www.kernel.org/pub/linux/utils/util-linux/])
AC_PREREQ(2.60)