summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-05-08 15:31:10 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-05-08 15:31:10 +0000
commit1c5a2d8531fb8e2570a0dba6e3050b500e8de784 (patch)
treef8303da06f46acbf9fab1742ae92a956142324f9 /configure.ac
parent6f5063a7532e954a8ea274cb6b107da420ef76a2 (diff)
downloadptxdist-1c5a2d8531fb8e2570a0dba6e3050b500e8de784.tar.gz
ptxdist-1c5a2d8531fb8e2570a0dba6e3050b500e8de784.tar.xz
we have localedef as hosttool now, no need to check localedef then
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7166 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index ea20c76ee..bffde5922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,22 +123,6 @@ case "$AWK_VERSION" in
esac
AC_MSG_RESULT([$AWK_VERSION])
-# FIXME: we might want localedef as hosttool later
-dnl Check for localedef >= 2.2.0
-AC_PATH_PROGS(LOCALEDEF, localedef,, $PATH)
-if test -z "$LOCALEDEF"; then
- AC_MSG_ERROR([localedef could not be found, please install])
-fi
-
-AC_MSG_CHECKING([localedef version])
-LOCALEDEF_VERSION=`$LOCALEDEF --version 2>/dev/null | $SED -ne "s/.*[[bin|libc]])\ \([[0-9\.]]*\)/\1/p"`
-case "$LOCALEDEF_VERSION" in
-2.[[01]]*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALEDEF_VERSION]) ;;
-2.[[23456789]]*) ;;
-*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALEDEF_VERSION]) ;;
-esac
-AC_MSG_RESULT([$LOCALEDEF_VERSION])
-
dnl Check for lex
AC_PROG_LEX
AC_PATH_PROGS(LEX, ${LEX},, $PATH)