mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
(AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
This commit is contained in:
parent
d30c3c2f16
commit
40e3f30ea5
9 changed files with 27 additions and 27 deletions
|
@ -3,23 +3,23 @@
|
||||||
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
## Prevent automake from adding extra -I options
|
## Prevent automake from adding extra -I options
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
ice9_sources = \
|
ice9_sources = \
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
## Prevent automake from adding extra -I options
|
## Prevent automake from adding extra -I options
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
|
|
@ -3,23 +3,23 @@
|
||||||
## Copyright (C) 2000 Free Software Foundation, Inc.
|
## Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
SUBDIRS = goops
|
SUBDIRS = goops
|
||||||
|
|
||||||
|
|
|
@ -3,23 +3,23 @@
|
||||||
## Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
## Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
goops_sources = \
|
goops_sources = \
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
## subdirs are for making distributions only.
|
## subdirs are for making distributions only.
|
||||||
SUBDIRS = md time
|
SUBDIRS = md time
|
||||||
|
|
|
@ -3,23 +3,23 @@
|
||||||
## Copyright (C) 1998 Free Software Foundation, Inc.
|
## Copyright (C) 1998 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
EXTRA_DIST = _sparc.s _sparc_b.s axp.1.Makefile axp.2.Makefile \
|
EXTRA_DIST = _sparc.s _sparc_b.s axp.1.Makefile axp.2.Makefile \
|
||||||
axp.Makefile axp.README axp.c axp.h axp.s axp_b.s default.Makefile \
|
axp.Makefile axp.README axp.c axp.h axp.s axp_b.s default.Makefile \
|
||||||
|
|
|
@ -3,22 +3,22 @@
|
||||||
## Copyright (C) 1998 Free Software Foundation, Inc.
|
## Copyright (C) 1998 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
EXTRA_DIST = README.time assim cswap go init prim raw
|
EXTRA_DIST = README.time assim cswap go init prim raw
|
||||||
|
|
|
@ -3,23 +3,23 @@
|
||||||
## Copyright (C) 2001 Free Software Foundation, Inc.
|
## Copyright (C) 2001 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
## GUILE is free software; you can redistribute it and/or modify
|
## GUILE is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as
|
## it under the terms of the GNU General Public License as
|
||||||
## published by the Free Software Foundation; either version 2, or
|
## published by the Free Software Foundation; either version 2, or
|
||||||
## (at your option) any later version.
|
## (at your option) any later version.
|
||||||
##
|
##
|
||||||
## GUILE is distributed in the hope that it will be useful, but
|
## GUILE is distributed in the hope that it will be useful, but
|
||||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
## You should have received a copy of the GNU General Public
|
## You should have received a copy of the GNU General Public
|
||||||
## License along with GUILE; see the file COPYING. If not, write
|
## License along with GUILE; see the file COPYING. If not, write
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
## Prevent automake from adding extra -I options
|
## Prevent automake from adding extra -I options
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue