From 8eeb575c0d4a0a7af62615829ae99fed4ee3c08c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 3 Jan 2007 22:20:44 +0100 Subject: 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 --- configure.ac | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-55-g7522