aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-08 22:38:46 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-08 22:38:46 +0200
commit72a157b9ad240a075d0a6936168a297df51e3c50 (patch)
tree65fe6c56ec6450ce1b067cd14b4c1be11f263804 /autogen.sh
parent6b8c150e12dba22e600da918828b9e648c10018e (diff)
downloadudev-72a157b9ad240a075d0a6936168a297df51e3c50.tar.gz
build: remove autopoint check
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index b01012eb..43c763bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,11 +1,5 @@
#!/bin/sh -e
-(autopoint --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have autopoint installed to generate the build system.."
- echo
- exit 1
-}
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to generate the build system."