summaryrefslogtreecommitdiffabout
path: root/autogen.bash
Unidiff
Diffstat (limited to 'autogen.bash') (more/less context) (ignore whitespace changes)
-rwxr-xr-xautogen.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.bash b/autogen.bash
index 691173c..8daa5c2 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/bash
2tool_libtoolize="$(type -P glibtoolize || type -P libtoolize)" 2tool_libtoolize="$(type -P glibtoolize || type -P libtoolize)"
3if test -z "$tool_libtoolize" ; then 3if test -z "$tool_libtoolize" ; then
4 echo "Failed to find libtoolize." ; exit 1; 4 echo "Failed to find libtoolize." ; exit 1;
5fi 5fi
6 (test -d aux.d || mkdir aux.d) \ 6 (test -d aux.d || mkdir aux.d) \
7&& (test -d aclocal.d || mkdir aclocal.d) \ 7&& (test -d aclocal.d || mkdir aclocal.d) \