Update version numbers for 1.6.3 release branch
[dejagnu.git] / configure.ac
blob72ac8628adeb4eea3c5c3b6bf7b4ce12d0fc8d04
1 dnl Process this file with autoconf to produce a configure script.
3 dnl Copyright (C) 1992-2019, 2020 Free Software Foundation, Inc.
4 dnl
5 dnl This file is part of DejaGnu.
6 dnl
7 dnl DejaGnu is free software; you can redistribute it and/or modify it
8 dnl under the terms of the GNU General Public License as published by
9 dnl the Free Software Foundation; either version 3 of the License, or
10 dnl (at your option) any later version.
11 dnl
12 dnl DejaGnu is distributed in the hope that it will be useful, but
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 dnl General Public License for more details.
16 dnl
17 dnl You should have received a copy of the GNU General Public License
18 dnl along with DejaGnu; if not, write to the Free Software Foundation,
19 dnl Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21 AC_PREREQ([2.69])
22 AC_INIT([GNU DejaGnu],[1.6.3-rc1],[bug-dejagnu@gnu.org])
23 AM_INIT_AUTOMAKE([1.14 subdir-objects])
24 AM_MAINTAINER_MODE
25 AC_PROG_MAKE_SET
27 AC_PROG_AWK
28 AC_PROG_CC
29 AC_PROG_CXX
30 AC_PROG_INSTALL
31 AC_EXEEXT
33 if test -z "$AWK"; then
34   AC_MSG_ERROR([AWK not installed])
37 dnl Provide an empty global site file (/dev/null) as default.
38 if test x"$DEJAGNU" = x
39 then
40   DEJAGNU="/dev/null"
42 AC_SUBST(DEJAGNU)
43 dnl Makefile.am arranges for DEJAGNU to be exported in the environment.
45 AC_CONFIG_FILES([Makefile])
46 AC_OUTPUT