guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-www configure.in


From: Thien-Thi Nguyen
Subject: guile/guile-www configure.in
Date: Fri, 16 Nov 2001 20:44:45 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/11/16 20:44:45

Modified files:
        guile-www      : configure.in 

Log message:
        Add copyright.
        
        (AC_OUTPUT): Add doc/Makefile.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-www/configure.in.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: guile/guile-www/configure.in
diff -u guile/guile-www/configure.in:1.2 guile/guile-www/configure.in:1.3
--- guile/guile-www/configure.in:1.2    Mon Oct 20 18:24:00 1997
+++ guile/guile-www/configure.in        Fri Nov 16 20:44:45 2001
@@ -1,4 +1,24 @@
-# Process this file with autoconf to produce a configure script.
+dnl Process this file with autoconf to produce a configure script.
+dnl
+dnl    Copyright (C) 2001 Free Software Foundation, Inc.
+dnl
+dnl  This file is part of GUILE-WWW
+dnl
+dnl  GUILE-WWW 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  the Free Software Foundation; either version 2, or (at your
+dnl  option) any later version.
+dnl
+dnl  GUILE-WWW is distributed in the hope that it will be useful, but
+dnl  WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+dnl  General Public License for more details.
+dnl
+dnl  You should have received a copy of the GNU General Public License
+dnl  along with GUILE; see the file COPYING.  If not, write to the
+dnl  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+dnl  Boston, MA 02111-1307, USA.
+
 AC_INIT(http.scm)
 AM_INIT_AUTOMAKE(guile-www, 1.0b, no-define)
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile doc/Makefile)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]