commit 424aaf9a14088d4c7172c98eb3d85097ebf7c1a6
parent 850f63315256e1f412d3eea8e04e81f049433bdc
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Mon, 23 Jul 2012 09:35:52 -0700
Remove obsolete files
Diffstat:
4 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1 +0,0 @@
-See `git log`
diff --git a/NEWS b/NEWS
@@ -1 +0,0 @@
-README.md
-\ No newline at end of file
diff --git a/README b/README
@@ -1 +0,0 @@
-README.md
-\ No newline at end of file
diff --git a/configure.ac b/configure.ac
@@ -3,7 +3,7 @@
AC_INIT([spek],[0.7])
AC_CONFIG_SRCDIR([src/spek.vala])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
# Enable silent rules is available
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])