Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 744:5ab610718918
prev734:f8fcc8322b45
next746:3a574a68e793
author nkeynes
date Fri Jul 18 12:14:27 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Apparently the .gmo files live in the src dir rather than the build dir.
Fix bundle accordingly
file annotate diff log raw
1.1 --- a/configure Mon Jul 14 00:09:51 2008 +0000
1.2 +++ b/configure Fri Jul 18 12:14:27 2008 +0000
1.3 @@ -11443,6 +11443,14 @@
1.4 < $srcdir/po/POTFILES.in > po/POTFILES
1.5
1.6
1.7 +if test "x$MSGFMT" = "x"; then
1.8 + { { $as_echo "$as_me:$LINENO: error: gettext and/or libintl.h not found, but is required
1.9 +See \`config.log' for more details." >&5
1.10 +$as_echo "$as_me: error: gettext and/or libintl.h not found, but is required
1.11 +See \`config.log' for more details." >&2;}
1.12 + { (exit 1); exit 1; }; }
1.13 +fi
1.14 +
1.15 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile"
1.16
1.17 cat >confcache <<\_ACEOF
.