X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fautorun.sh;h=4785b9fccab1d95e75873d89bf0f06b82ab393b9;hb=2570410ed06fe7b831a782b2fe56dc7947327408;hp=c0d388387a20da9d2d5758cb63f500f57b69990f;hpb=38c4b902f9971cf0e95add1e24a7cad86b5d38dd;p=awesomized%2Flibmemcached diff --git a/config/autorun.sh b/config/autorun.sh index c0d38838..4785b9fc 100755 --- a/config/autorun.sh +++ b/config/autorun.sh @@ -42,7 +42,7 @@ then fi # We need to some file here for the m4_sinclude, even if it's just empty -if ! test -f config/plugin.ac +if test ! -f config/plugin.ac then touch config/plugin.ac fi @@ -57,14 +57,14 @@ if test x$LIBTOOLIZE = x; then fi if test x$ACLOCAL = x; then - ACLOCAL=`locate_binary aclocal-1.10 aclocal-1.9 aclocal19 aclocal` + ACLOCAL=`locate_binary aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal` if test x$ACLOCAL = x; then die "Did not find a supported aclocal" fi fi if test x$AUTOMAKE = x; then - AUTOMAKE=`locate_binary automake-1.10 automake-1.9 automake19 automake` + AUTOMAKE=`locate_binary automake-1.11 automake-1.10 automake-1.9 automake19 automake` if test x$AUTOMAKE = x; then die "Did not find a supported automake" fi