mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
52 lines
1.8 KiB
Text
52 lines
1.8 KiB
Text
--- configure.in.orig Sat Aug 25 20:50:06 2001
|
|
+++ configure.in Sat Aug 25 20:50:22 2001
|
|
@@ -2,49 +2,6 @@
|
|
|
|
AC_INIT(src/gnut.c)
|
|
|
|
-cat << 'cat_eof'
|
|
- gnut -- Command-line oriented Gnutella client for POSIX
|
|
-
|
|
-gnut 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.
|
|
-
|
|
-gnut 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
-
|
|
-To contact one of the authors, send electronic mail to: gnut@mrob.com
|
|
-or paper mail to: Gnut, c/o Robert Munafo, P.O. Box 0513, Scituate, MA
|
|
-02066-0513, USA.
|
|
-
|
|
-Hit return:
|
|
-cat_eof
|
|
-read GPL_OK_TMP
|
|
-
|
|
-cat << 'cat_eof'
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
-Read this only if you're interested in submitting patches or
|
|
-suggestions for improvements:
|
|
-
|
|
- Many people have been submitting patches and suggestions for
|
|
- modifying the auto-generated files, something which cannot be
|
|
- done in the distribution versions.
|
|
-
|
|
- Therefore, the file HACKING, located in the same directory as
|
|
- this 'configure' script, has been provided to explain how to
|
|
- change files and rebuild. Please read that file before
|
|
- submitting patches to the makefiles or scripts.
|
|
-
|
|
-Hit return:
|
|
-cat_eof
|
|
-read GPL_OK_TMP
|
|
-
|
|
AM_INIT_AUTOMAKE(gnut,0.4.27)
|
|
AM_MAINTAINER_MODE
|
|
AM_ACLOCAL_INCLUDE(macros)
|