X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=autogen.sh;h=8d54a639e7785d1540d50c081e9b9c65b6d758ac;hb=e9e14b8a49690ce58e32244fcf073acc25e4d110;hp=22b6ff213539c921d423a57745599f2d03d9cdf9;hpb=5862f0a7518439cde4ba73f08baabd5a972c2873;p=hvgrip.git diff --git a/autogen.sh b/autogen.sh index 22b6ff2..8d54a63 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,8 @@ test -f ${TEST_FILE} || { } (autoreconf --version) < /dev/null > /dev/null 2>&1 || { - echo "Error: You must have autoreconf installed to generate the GNU Build System files." + echo "Error: You must have autoreconf installed to generate the" \ + "GNU Build System files." exit 1 }