summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--README (renamed from README.in)0
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a65d8c6b5..62af4b2f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-06-22 Matthew Allum <mallum@openedhand.com>
+ * README:
+ * README.in:
+ * autogen.sh:
+ * configure.ac:
+ Move back to regular README naming at least for now.
+
+2007-06-22 Matthew Allum <mallum@openedhand.com>
+
* NEWS:
* README.in:
* TODO:
diff --git a/README.in b/README
index 5e673541e..5e673541e 100644
--- a/README.in
+++ b/README
diff --git a/autogen.sh b/autogen.sh
index 05edd5d1f..1836f8b74 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,6 @@
gtkdocize || exit 1
# back in the stupidity of autoreconf
-touch README
autoreconf -v --install || exit 1
-rm -f README
./configure "$@"
diff --git a/configure.ac b/configure.ac
index d4e03873c..6362caafc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,6 @@ AC_SUBST(CLUTTER_LIBS)
AC_CONFIG_FILES([
Makefile
- README
clutter/pango/Makefile
clutter/Makefile
clutter/clutter-version.h