diff --git a/configure b/configure index 4c5927dab6..4e57aa809d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.151 +# From configure.in Revision: 1.153 @@ -4311,6 +4311,7 @@ trap 'rm -fr `echo "make/rules bin/lwresd/Makefile bin/rndc/Makefile bin/dig/Makefile + bin/nsupdate/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile @@ -4545,6 +4546,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules bin/lwresd/Makefile bin/rndc/Makefile bin/dig/Makefile + bin/nsupdate/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile diff --git a/configure.in b/configure.in index f769573e43..2c3563681d 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.152 $) +AC_REVISION($Revision: 1.153 $) AC_PREREQ(2.13) @@ -1023,6 +1023,7 @@ AC_OUTPUT( bin/lwresd/Makefile bin/rndc/Makefile bin/dig/Makefile + bin/nsupdate/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile