]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: add package url to AC_INIT
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Feb 2013 21:33:41 +0000 (21:33 +0000)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Feb 2013 09:11:21 +0000 (10:11 +0100)
See last line from './configure --help'.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
configure.ac

index 25dd13ec679bec157f5787c4a96e869a1a369bce..15e28717a30a95d19aebd1c1a39118f0a59ddc15 100644 (file)
@@ -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)