summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 16:40:54 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 16:40:54 +0200
commit12e1b2fcfc6389f8129782d293eb9ef6073b5a18 (patch)
tree05b694ab5d4da6e18907883634c63abfe3e286f7 /autogen.sh
parent66d60a12f13558a9a0e1a29212f8209844739827 (diff)
downloadmdk-12e1b2fcfc6389f8129782d293eb9ef6073b5a18.tar.gz
mdk-12e1b2fcfc6389f8129782d293eb9ef6073b5a18.tar.bz2
configure.in -> configure.ac in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0f3974b..9e6da0a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."