From: Aleksey Demakov Date: Wed, 6 Feb 2008 10:03:11 +0000 (+0000) Subject: restore auto_gen.sh X-Git-Tag: before.move.to.git~105 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=6a6dc2feb3ec5ee5bcb3a982af677ef5f4abe6eb;p=francis%2Flibjit.git restore auto_gen.sh --- diff --git a/ChangeLog b/ChangeLog index fe4d792..e5d59e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-02-06 Aleksey Demakov + * 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 diff --git a/auto_gen.sh b/auto_gen.sh new file mode 100755 index 0000000..8b142a1 --- /dev/null +++ b/auto_gen.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -i -f