summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-06-22 15:18:28 +0000
committerMatthew Allum <mallum@openedhand.com>2007-06-22 15:18:28 +0000
commit016633db7b1c5887f258b0be09efb2f754948467 (patch)
tree6a780406763cafb554892e3d41651c0a809371c7 /autogen.sh
parentee6156cb015efa099c30d11cc1a8c77f9336e87e (diff)
downloadclutter-016633db7b1c5887f258b0be09efb2f754948467.tar.gz
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
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 "$@"