]> git.ozlabs.org Git - petitboot/commit
autotools: Make petitboot autoreconfable
authorJeff Bailey <jeffbailey@google.com>
Fri, 14 Mar 2014 00:49:10 +0000 (08:49 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 16 Jul 2014 00:43:08 +0000 (08:43 +0800)
commite39ce1c5ae8bd4bcd5a6e6997d994919f402fcf6
tree8ffd90763759036c3667816a148df699e3ccec77
parent5d46b27435464c603340179bc2dbad45358f2d14
autotools: Make petitboot autoreconfable

The standard way to regenerate the autotools bits is with 'autoreconf',
but that doesn't work with our custom bootstrap script. We only need the
bootstrap script to generate the version in configure.ac, which we can
easily do with m4_esyscmd_s instead.

This change allows autoreconfiguration with `autoreconf -f -i`.

Includes changes proposed by Yann E. Morin <yann.morin.1998@free.fr>,
and modifications from the original patch from
Jeremy Kerr <jk@ozlabs.org>

Signed-off-by: Jeff Bailey <jeffbailey@google.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Makefile.am
bootstrap
configure.ac [new file with mode: 0644]
configure.ac.in [deleted file]
version.sh [new file with mode: 0755]