diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-12-30 18:39:48 +0100 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-12-30 18:39:48 +0100 |
commit | dd3fddb0e988431b8a0b57fba0859fc9f24ee5b2 (patch) | |
tree | 2ac8a3466efde36878a1950931f926ca07edc6d6 | |
parent | ab080ab5449640d964ef67e51547e08757a7e9d7 (diff) | |
download | cryptsetup-dd3fddb0e988431b8a0b57fba0859fc9f24ee5b2.tar.gz cryptsetup-dd3fddb0e988431b8a0b57fba0859fc9f24ee5b2.tar.bz2 cryptsetup-dd3fddb0e988431b8a0b57fba0859fc9f24ee5b2.zip |
Fix autogen script to handle configure.ac.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ DIE=0 DIE=1 } -(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && { +(grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && { (libtool --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have libtool installed." |