]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
restore auto_gen.sh
authorAleksey Demakov <ademakov@gmail.com>
Wed, 6 Feb 2008 10:03:11 +0000 (10:03 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Wed, 6 Feb 2008 10:03:11 +0000 (10:03 +0000)
ChangeLog
auto_gen.sh [new file with mode: 0755]

index fe4d792fe197b0541331f9684715c829e82fa5a4..e5d59e5ee76e480662e2362aa87f86eaef992fb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-02-06  Aleksey Demakov  <ademakov@gmail.com>
 
+       * auto_gen.sh: by popular demand restore this file although it only
+       does "autoreconf -i -f" now.
+
        * tools/gen-rules-parser.y: update license and copyright notices.
 
 2008-01-30  Klaus Treichel  <ktreichel@web.de>
diff --git a/auto_gen.sh b/auto_gen.sh
new file mode 100755 (executable)
index 0000000..8b142a1
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf -i -f