aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:12:46 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:12:46 -0500
commit003e8e707d88ec8f91ddb89ecf731e22bc6bc65c (patch)
treeb980313203f39f8cdc91b7a888a9abcc80a96778 /configure.ac
parent4a6623ad27777f423c97433420246e8f1e4ddd51 (diff)
downloaddejagnu-003e8e707d88ec8f91ddb89ecf731e22bc6bc65c.zip
dejagnu-003e8e707d88ec8f91ddb89ecf731e22bc6bc65c.tar.gz
dejagnu-003e8e707d88ec8f91ddb89ecf731e22bc6bc65c.tar.bz2
Update configure.ac for newer autoconf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 40ee6cc..edcb324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,8 @@ dnl You should have received a copy of the GNU General Public License
dnl along with DejaGnu; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
-AC_PREREQ(2.50)
-AC_INIT([GNU DejaGnu], 1.6.3-git, [bug-dejagnu@gnu.org])
+AC_PREREQ([2.69])
+AC_INIT([GNU DejaGnu],[1.6.3-git],[bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
@@ -61,4 +61,5 @@ fi
AC_SUBST(DEJAGNU)
dnl Makefile.am arranges for DEJAGNU to be exported in the environment.
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT