build: Drop --enable-rebuilds configure option
commitf2c093f6571645d80b2d37bb193e991092ee9737
authorPhilip Withnall <withnall@endlessm.com>
Fri, 17 Nov 2017 13:51:53 +0000 (17 13:51 +0000)
committerPhilip Withnall <withnall@endlessm.com>
Fri, 17 Nov 2017 15:11:47 +0000 (17 15:11 +0000)
treeb071edbe6cd133e9fc2e9faf7b638e14b63d2ee1
parent9ab0073321c3feaf2584e41701092117a6fb9a1c
build: Drop --enable-rebuilds configure option

It is outdated and no longer effectively used. It was originally in
place to prevent rebuilding generated files (from a tarball) if the
right build tools (awk, Perl, indent) were not available. However, we no
longer use indent, we have hard-required awk for a while, and the only
places the @REBUILD@ substitution was still used were for
glib-genmarshal, which has recently been rewritten in Python (so no
longer depends on whether Perl is available).

Drop the whole lot.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=694723
configure.ac
tests/gobject/Makefile.am