From 003e8e707d88ec8f91ddb89ecf731e22bc6bc65c Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Tue, 15 Dec 2020 22:12:46 -0500 Subject: Update configure.ac for newer autoconf --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.1