summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-06-05 22:58:42 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-06-05 22:58:42 +0000
commit0f5d18aa5208b4381d263439ab89efca2810bfd2 (patch)
tree7d14d77d9fa8f5422cf2f37d9e1af2b55ec30fdd /autogen.sh
parent182f636ddccf5f163a1b84ddede75d71a664629b (diff)
downloadlibgphoto2-0f5d18aa5208b4381d263439ab89efca2810bfd2.tar.gz
2002-06-06 Lutz M�ller <lutz@users.sourceforge.net>
* acconfig.h: According to http://www.gnu.org/manual/autoconf-2.53/html_mono/autoconf.html, this file is obsolete. * configure.in: Adapt to above. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4620 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 12079795e..f98715f7a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -34,6 +34,12 @@ PROJECT=gphoto2
DIE=1
}
+(gettextize --version) < /dev/null > /dev/null 2>&1 || {
+ echo
+ echo "You must have gettext installed to compile $PROJECT."
+ DIE=1
+}
+
if test "$DIE" -eq 1; then
exit 1
fi
@@ -63,6 +69,8 @@ do
echo "Fatal: Could not enter directory $dir."
exit 1
fi
+ echo "Running gettextize --force --copy"
+ gettextize --force --copy
echo "Running aclocal $ACLOCAL_FLAGS"
aclocal $ACLOCAL_FLAGS
echo "Running autoheader"