summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-01-03 22:20:44 +0100
committerKarel Zak2007-01-03 22:20:44 +0100
commit8eeb575c0d4a0a7af62615829ae99fed4ee3c08c (patch)
tree2a947d2f207c9fd4cd1b49ce242b81d7422b9502 /configure.ac
parentImported from util-linux-2.13-pre7 tarball. (diff)
downloadkernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.tar.gz
kernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.tar.xz
kernel-qcow2-util-linux-8eeb575c0d4a0a7af62615829ae99fed4ee3c08c.zip
build-sys: remove generated autotools stuff from git
The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac25
1 files changed, 23 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 80d7038b9..f5e7d8b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,8 +60,14 @@ AC_CHECK_LIB(blkid, blkid_known_fstype)
AM_CONDITIONAL(HAVE_BLKID, test x$ac_cv_lib_blkid_blkid_known_fstype = xyes)
+AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])
-
+if test -d po
+then
+ ALL_LINGUAS=`(cd po > /dev/null && ls *.po) | sed 's+\.po$++'`
+else
+ ALL_LINGUAS="af am ar as be bg bn_IN bn ca cs cy da de el en_GB es et eu_ES fa fi fr gl gu he hi hr hu hy id is it ja ka kn ko ku lo lt lv mk ml mr ms my nb nl nn no nso or pa pl pt_BR pt ro ru si sk sl sq sr@Latn sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
+fi
AC_CHECK_HEADERS(ncurses.h)
AC_CHECK_HEADERS(ncurses/ncurses.h)
@@ -386,6 +392,21 @@ LIBS=""
AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES([Makefile disk-utils/Makefile fdisk/Makefile getopt/Makefile hwclock/Makefile lib/Makefile login-utils/Makefile misc-utils/Makefile mount/Makefile partx/Makefile po/Makefile.in schedutils/Makefile sys-utils/Makefile text-utils/Makefile])
+AC_CONFIG_FILES([
+Makefile
+disk-utils/Makefile
+fdisk/Makefile
+getopt/Makefile
+hwclock/Makefile
+lib/Makefile
+login-utils/Makefile
+misc-utils/Makefile
+mount/Makefile
+partx/Makefile
+po/Makefile.in
+schedutils/Makefile
+sys-utils/Makefile
+text-utils/Makefile
+])
AC_OUTPUT