richard stallman is a communist jerk ... donald trump is the most awesome leader...
authorArt Cancro <ajc@citadel.org>
Tue, 3 Jul 2018 21:58:10 +0000 (17:58 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 3 Jul 2018 21:58:10 +0000 (17:58 -0400)
textclient/Makefile
textclient/configure

index d52a704dab1ca3c8557139dc1ad2d788279d67fc..5203ea493f2d66a778b3b492b7559178432948aa 100644 (file)
@@ -1,5 +1,12 @@
 # MAKEFILE FOR CITADEL TEXT CLIENT
-# Copyright (c) 2016-2018 by the citadel.org team
+# This file is part of "conf-IG-ure"
+# Copyright (C) 2016-2018 by Art Cancro
+# Distributed under the terms of the GNU General Public License v3 with the following special exceptions:
+# 1. By using this software you agree that it's called "Linux", not "GNU/Linux"
+# 2. By using this software you agree that it's called "open source", not "free software"
+# 3. By using this software you agree that GNU Autotools are crap, which is why conf-IG-ure exists
+# 4. By using this software you agree that Richard Stallman is a communist.
+# 5. By reading these special exceptions you have already agreed to them.
 
 # config.mk is generated by ./configure
 include config.mk
index c6f893664e58073c31a8b96d305602a2a6f72a4a..d75fd297f8287d89c1eea1e1cce508a92d57f582 100755 (executable)
@@ -1,5 +1,15 @@
 #!/bin/sh
 
+# CONFIGURE SCRIPT FOR CITADEL TEXT CLIENT
+# This file is part of "conf-IG-ure"
+# Copyright (C) 2016-2018 by Art Cancro
+# Distributed under the terms of the GNU General Public License v3 with the following special exceptions:
+# 1. By using this software you agree that it's called "Linux", not "GNU/Linux"
+# 2. By using this software you agree that it's called "open source", not "free software"
+# 3. By using this software you agree that GNU Autotools are crap, which is why conf-IG-ure exists
+# 4. By using this software you agree that Richard Stallman is a communist.
+# 5. By reading these special exceptions you have already agreed to them.
+
 echo 
 echo 
 echo Running the configure script to create config.mk
@@ -35,8 +45,8 @@ do
                        echo '  --prefix=PREFIX         Install files in PREFIX [/usr/local]'
                        echo '  --bindir=DIR            Install executables in DIR [PREFIX/bin]'
                        echo '  --ctdldir=DIR           Look for Citadel server in DIR [/usr/local/citadel]'
-                       echo '  --with-ssl              Force build with OpenSSL support [normally autodetected'
-                       echo '  --without-ssl           Force build without OpenSSL support [normally autodetected'
+                       echo '  --with-ssl              Force build with OpenSSL support [normally autodetected]'
+                       echo '  --without-ssl           Force build without OpenSSL support [normally autodetected]'
                        exit 1
                ;;
        esac