X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=autogen.sh;h=aae1061bbd085d871930c8503040dc5d784b41e8;hp=05a815a54127b6c1191b3ac22fe19f246e0bbafa;hb=0a6abfc3cef116a69c7a4c8a820a08406432b46f;hpb=d076494a6ea20754841582d0903b13eb6a973cfd diff --git a/autogen.sh b/autogen.sh index 05a815a..aae1061 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,10 @@ #!/bin/bash +if [ "x$EDITOR" = "x" ]; +then + EDITOR=vi +fi + if [ "x$1" = "x-f" ] then autoscan @@ -12,6 +17,6 @@ fi ### použít jen když je třeba použít configure.h.in #autoheader -aclocal -automake -a -autoconf +aclocal \ +&& automake -a -c \ +&& autoconf