(AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 9 Feb 2002 05:43:48 +0000 (05:43 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 9 Feb 2002 05:43:48 +0000 (05:43 +0000)
guile-readline/Makefile.am

index d9d8d7d..f1fefd6 100644 (file)
@@ -3,23 +3,23 @@
 ##     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
-##   
+##
 ##   GUILE 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, or
 ##   (at your option) any later version.
-##   
+##
 ##   GUILE 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 GUILE; see the file COPYING.  If not, write
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = gnu
 
 ## Prevent automake from adding extra -I options
 DEFS = @DEFS@ @EXTRA_DEFS@