diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 16 |
2 files changed, 23 insertions, 1 deletions
@@ -1,7 +1,13 @@ +Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com> + + * configure.in: Added copyright notice. + * move-if-change: Added copyright notice. + Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in (powerpcle-*-solaris*): Until we get shared - libraries working, don't build gdb, sim, make, tcl, or expect. + libraries working, don't build gdb, sim, make, tcl, tk, or + expect. Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com> diff --git a/configure.in b/configure.in index 6066422..a82bf01 100644 --- a/configure.in +++ b/configure.in @@ -14,6 +14,22 @@ ## For more information on these two systems, check out the documentation ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi). +# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. +# +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + ############################################################################## ### To add a new directory to the tree, first choose whether it is a target |