X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=autogen.sh;h=aae1061bbd085d871930c8503040dc5d784b41e8;hp=badec58d317ba09804ec35caf1838983950b15fd;hb=0a6abfc3cef116a69c7a4c8a820a08406432b46f;hpb=eac987023c4ef155d58a3cb34f9a21d9043f65bb diff --git a/autogen.sh b/autogen.sh index badec58..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 -c -autoconf +aclocal \ +&& automake -a -c \ +&& autoconf