aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-02-06 11:48:51 +0000
committerBen Elliston <bje@gnu.org>2004-02-06 11:48:51 +0000
commitdfe3dd5f140723ecc164931f1f0655efd5fb177f (patch)
treece80ab6e35f4b20e6f240ae53a4fcf50fc84768d /configure.ac
parentbebbc688853e2fd5dc8f9c676ca7030df341faa1 (diff)
downloaddejagnu-dfe3dd5f140723ecc164931f1f0655efd5fb177f.zip
dejagnu-dfe3dd5f140723ecc164931f1f0655efd5fb177f.tar.gz
dejagnu-dfe3dd5f140723ecc164931f1f0655efd5fb177f.tar.bz2
* configure.ac: Remove commented out code.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 739b260..6451fd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
+
AC_PREREQ(2.50)
AC_INIT(runtest.exp)
-dnl AC_CONFIG_AUX_DIR(..)
-
-dnl These are required by automake
AM_INIT_AUTOMAKE(dejagnu, 1.4.4)
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
@@ -14,7 +12,6 @@ AC_PROG_INSTALL
AC_EXEEXT
AC_PROG_YACC
-dnl AM_PROG_LEX
dnl we need the path to Docbook so we can build packages.
DJ_AC_PATH_DOCBOOK
@@ -31,5 +28,4 @@ AC_SUBST(CONFIG)
AC_CONFIG_SUBDIRS(example/calc example/hello)
AC_OUTPUT(Makefile doc/Makefile testsuite/Makefile example/Makefile
-testsuite/libdejagnu/Makefile)
-
+ testsuite/libdejagnu/Makefile)