1 dnl Process this file with autoconf to produce a configure script.
3 dnl Copyright (C) 1992-2019, 2020 Free Software Foundation, Inc.
5 dnl This file is part of DejaGnu.
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.
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.
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.
22 AC_INIT([GNU DejaGnu],[1.6.3-rc4],[bug-dejagnu@gnu.org])
23 AM_INIT_AUTOMAKE([1.14 subdir-objects tar-v7 filename-length-max=99])
33 if test -z "$AWK"; then
34 AC_MSG_ERROR([AWK not installed])
37 # Provide an empty global site file (/dev/null) as default.
38 if test x"$DEJAGNU" = x
43 # Makefile.am arranges for DEJAGNU to be exported in the environment.
45 AC_CONFIG_FILES([Makefile])