summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2010-11-30 11:41:59 +0100
committerKarel Zak2010-11-30 11:41:59 +0100
commit601d12fb103702276e01ed891fd3a09a6045f209 (patch)
tree3bb7b36565b0f03db0c1f6196fc725206cdb0326 /autogen.sh
parentlibblkid: add LINHIB0001 signature to swap prober (diff)
downloadkernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.gz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.xz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.zip
rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index f5e83f2a0..4ef4b4145 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,14 +16,14 @@ HAS_GTKDOC=1
(autopoint --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have autopoint installed to generate util-linux-ng build system.."
+ echo "You must have autopoint installed to generate util-linux build system.."
echo "Download the appropriate package for your distribution,"
echo "or see http://www.gnu.org/software/gettext"
DIE=1
}
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have autoconf installed to generate util-linux-ng build system."
+ echo "You must have autoconf installed to generate util-linux build system."
echo
echo "Download the appropriate package for your distribution,"
echo "or see http://www.gnu.org/software/autoconf"
@@ -32,7 +32,7 @@ HAS_GTKDOC=1
#(libtool --version) < /dev/null > /dev/null 2>&1 || {
# echo
-# echo "You must have libtool-2 installed to generate util-linux-ng build system."
+# echo "You must have libtool-2 installed to generate util-linux build system."
# echo "Download the appropriate package for your distribution,"
# echo "or see http://www.gnu.org/software/libtool"
# DIE=1
@@ -40,7 +40,7 @@ HAS_GTKDOC=1
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have automake installed to generate util-linux-ng build system."
+ echo "You must have automake installed to generate util-linux build system."
echo
echo "Download the appropriate package for your distribution,"
echo "or see http://www.gnu.org/software/automake"
@@ -48,7 +48,7 @@ HAS_GTKDOC=1
}
(autoheader --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have autoheader installed to generate util-linux-ng build system."
+ echo "You must have autoheader installed to generate util-linux build system."
echo
echo "Download the appropriate package for your distribution,"
echo "or see http://www.gnu.org/software/autoheader"
@@ -60,7 +60,7 @@ if test "$DIE" -eq 1; then
fi
test -f mount/mount.c || {
- echo "You must run this script in the top-level util-linux-ng directory"
+ echo "You must run this script in the top-level util-linux directory"
exit 1
}