diff options
author | 2011-03-16 15:25:56 -0600 | |
---|---|---|
committer | 2011-03-23 15:51:32 -0600 | |
commit | 2d24037db0ae976a9bfe0eca561524749cca58e9 (patch) | |
tree | 6a3d7d6c10c2a4d116027f038622b47f1a8996e7 /bootstrap.conf | |
parent | command: reject pidfile on non-daemon (diff) | |
download | libvirt-2d24037db0ae976a9bfe0eca561524749cca58e9.tar.gz libvirt-2d24037db0ae976a9bfe0eca561524749cca58e9.tar.bz2 libvirt-2d24037db0ae976a9bfe0eca561524749cca58e9.zip |
build: nuke all .x-sc* files, and fix VPATH syntax-check
Not every day you see a patch that nukes 27 files!
* .gnulib: Update to latest, for maint.mk improvements
* bootstrap: Resync to gnulib.
* bootstrap.conf (ACLOCAL): Swap the secondary aclocal include
directory, now that bootstrap picks up gnulib/m4 instead of m4.
* Makefile.am (syntax_check_exceptions, EXTRA_DIST): No longer
worry about nuked files.
* cfg.mk (sc_x_sc_dist_check): Delete dead rule.
(VC_LIST_ALWAYS_EXCLUDE_REGEX): Add HACKING.
(exclude_file_name_regexp--sc_*): Inline and simplify contents...
* .x-sc_*: ...from here, then delete the files.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index a9d4ba4fc..607020488 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -145,7 +145,7 @@ gnulib_tool_option_extras="\ # Convince bootstrap to use multiple m4 directories. : ${ACLOCAL=aclocal} -ACLOCAL="$ACLOCAL -I gnulib/m4" +ACLOCAL="$ACLOCAL -I m4" export ACLOCAL # Build prerequisites |