X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=autogen.sh;h=bec43fad74e62f7e3741f8be90a8014519c99d45;hb=81cf1c43c9a24834433bb5c1f0dc6eb3c1c5b44f;hp=0b5d9b557f24bf3e205cd3d5a41a7b53bcd4c88f;hpb=473dca4ac1b1b01561531e2884165ed1936cfd61;p=elogind.git diff --git a/autogen.sh b/autogen.sh index 0b5d9b557..bec43fad7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,6 +15,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see . +set -e + if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ chmod +x .git/hooks/pre-commit && \ @@ -41,7 +43,6 @@ args="\ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=$(libdir /usr/lib) \ ---libexecdir=/usr/lib \ $gtkdocargs" if [ ! -L /bin ]; then