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, see <http://www.gnu.org/licenses/>.
21 AC_INIT([GNU DejaGnu],[1.6.4-git],[bug-dejagnu@gnu.org])
22 AM_INIT_AUTOMAKE([1.14 subdir-objects tar-v7 filename-length-max=99])
32 if test -z "$AWK"; then
33 AC_MSG_ERROR([AWK not installed])
36 # Provide an empty global site file (/dev/null) as default.
37 if test x"$DEJAGNU" = x
42 # Makefile.am arranges for DEJAGNU to be exported in the environment.
44 AC_CONFIG_FILES([Makefile])