mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
Use AC_COPYRIGHT and AH_TOP to get copyright notice
into generated configure and config.h.in.
This commit is contained in:
parent
240a27d2c5
commit
a73256d018
1 changed files with 25 additions and 18 deletions
43
configure.in
43
configure.in
|
@ -1,33 +1,40 @@
|
||||||
dnl configuration script for Guile
|
dnl configuration script for Guile
|
||||||
dnl Process this file with autoconf to produce configure.
|
dnl Process this file with autoconf to produce configure.
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
|
||||||
dnl
|
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
||||||
dnl This file is part of GUILE
|
|
||||||
dnl
|
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
dnl GUILE is free software; you can redistribute it and/or modify it
|
|
||||||
dnl under the terms of the GNU General Public License as published by
|
This file is part of GUILE
|
||||||
dnl the Free Software Foundation; either version 2, or (at your
|
|
||||||
dnl option) any later version.
|
GUILE is free software; you can redistribute it and/or modify it
|
||||||
dnl
|
under the terms of the GNU General Public License as published by
|
||||||
dnl GUILE is distributed in the hope that it will be useful, but
|
the Free Software Foundation; either version 2, or (at your
|
||||||
dnl WITHOUT ANY WARRANTY; without even the implied warranty of
|
option) any later version.
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
dnl General Public License for more details.
|
GUILE is distributed in the hope that it will be useful, but
|
||||||
dnl
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
dnl You should have received a copy of the GNU General Public License
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
dnl along with GUILE; see the file COPYING. If not, write to the
|
General Public License for more details.
|
||||||
dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
dnl Boston, MA 02111-1307, USA.
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with GUILE; see the file COPYING. If not, write to the
|
||||||
|
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
]])
|
||||||
|
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
|
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
||||||
AC_CONFIG_SRCDIR([GUILE-VERSION])
|
AC_CONFIG_SRCDIR([GUILE-VERSION])
|
||||||
. $srcdir/GUILE-VERSION
|
. $srcdir/GUILE-VERSION
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
AM_CONFIG_HEADER([config.h])
|
AM_CONFIG_HEADER([config.h])
|
||||||
|
AH_TOP(/*GUILE_CONFIGURE_COPYRIGHT*/)
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue