chiark / gitweb /
build: remove autopoint check
[elogind.git] / autogen.sh
index b01012eb2efd9d9a98bc30d43dbf913ba457028a..43c763bf2fd074bce6f04fa702eda8575a6585dc 100755 (executable)
@@ -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."