From b5891c779c29e3c40c6ce30bda620dacd91f2e1d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 1 Mar 2011 01:03:35 -0800 Subject: [PATCH] Removed unused files, switched to foreign over GNU --- guacd/INSTALL | 0 guacd/{COPYING => LICENSE} | 0 guacd/Makefile.am | 2 +- guacd/NEWS | 0 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 guacd/INSTALL rename guacd/{COPYING => LICENSE} (100%) delete mode 100644 guacd/NEWS diff --git a/guacd/INSTALL b/guacd/INSTALL deleted file mode 100644 index e69de29b..00000000 diff --git a/guacd/COPYING b/guacd/LICENSE similarity index 100% rename from guacd/COPYING rename to guacd/LICENSE diff --git a/guacd/Makefile.am b/guacd/Makefile.am index 7a20fd84..459708a5 100644 --- a/guacd/Makefile.am +++ b/guacd/Makefile.am @@ -1,5 +1,5 @@ -AUTOMAKE_OPTIONS = gnu +AUTOMAKE_OPTIONS = foreign initdir = @init_dir@ sbin_PROGRAMS = guacd diff --git a/guacd/NEWS b/guacd/NEWS deleted file mode 100644 index e69de29b..00000000