diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-10-11 16:40:54 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-10-11 16:40:54 +0200 |
commit | 12e1b2fcfc6389f8129782d293eb9ef6073b5a18 (patch) | |
tree | 05b694ab5d4da6e18907883634c63abfe3e286f7 | |
parent | 66d60a12f13558a9a0e1a29212f8209844739827 (diff) | |
download | mdk-12e1b2fcfc6389f8129782d293eb9ef6073b5a18.tar.gz mdk-12e1b2fcfc6389f8129782d293eb9ef6073b5a18.tar.bz2 |
configure.in -> configure.ac in autogen.sh.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ FILE=mixlib DIE=0 -grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && { +grep "^AM_GNU_GETTEXT" $srcdir/configure.ac >/dev/null && { (gettext --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`gettext' installed to compile $PROJECT." |