diff --git a/configure b/configure index 4e57aa809d..2d1c7cf99e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.153 +# From configure.in Revision: 1.154 @@ -4328,6 +4328,7 @@ trap 'rm -fr `echo "make/rules bin/tests/system/lwresd/Makefile bin/tests/headerdep_test.sh bin/dnssec/Makefile + util/conf.sh config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF diff --git a/configure.in b/configure.in index 2c3563681d..9b8b64812a 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS dnl SOFTWARE. -AC_REVISION($Revision: 1.153 $) +AC_REVISION($Revision: 1.154 $) AC_PREREQ(2.13) @@ -1040,4 +1040,5 @@ AC_OUTPUT( bin/tests/system/lwresd/Makefile bin/tests/headerdep_test.sh bin/dnssec/Makefile + util/conf.sh )