summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-04-17 22:46:17 +0000
committerTom Tromey <tromey@redhat.com>2008-04-17 22:46:17 +0000
commit689e97df8425ac49681e9f1b025a28aa30cf26bc (patch)
treefc9ac17c83de28457209d990920bec6372d3a3a3 /configure.ac
parent9e268dd5622aee27617856e25e05ba8efbb90265 (diff)
downloadclasspath-689e97df8425ac49681e9f1b025a28aa30cf26bc.tar.gz
2008-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/gen-classlist.sh.in: Avoid grepping each omission, by building an awk script with a hash for literal files, and awk regular expressions for the rest. * configure.ac: Call AC_PROG_AWK.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dbca5d80f..bfd617b31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ AC_PROG_CXX
dnl Initialize libtool
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-dnl AC_PROG_AWK
+AC_PROG_AWK
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP