]> git.sur5r.net Git - kconfig-frontends/commit
autostuff: get rid of the bootstrap script
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 29 Nov 2015 21:04:32 +0000 (22:04 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 2 Aug 2016 19:34:40 +0000 (21:34 +0200)
commit1ef642bf33b7b5aa608a3607963ed45841f0f508
tree1774d7e7ec076260ba101552e838a3be589e371e
parent9f2d4b1caac222df538fd794c3daca74ad4b5a59
autostuff: get rid of the bootstrap script

Running autoreconf when AC_CONFIG_MACRO_DIR does not exist ends up in a
failure. Unfortunately, git does not track empty directories. That's why
we have bootstrap, which creates it before running autoreconf.

Add an empty, dummy file in there and track it, so we can get rid of our
bootstrap script.

Update the README file accordingly.

We're left with a stray, generated autom4te.cache file, but that's a
minor annoyance.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
README
bootstrap [deleted file]
scripts/.autostuff/m4/.empty [new file with mode: 0644]