2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

generate util/conf.sh

This commit is contained in:
Andreas Gustafsson 2000-06-21 22:09:50 +00:00
parent eb811c2f41
commit 17e0f3e747
2 changed files with 5 additions and 2 deletions

4
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /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/system/lwresd/Makefile
bin/tests/headerdep_test.sh bin/tests/headerdep_test.sh
bin/dnssec/Makefile bin/dnssec/Makefile
util/conf.sh
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
@ -4563,6 +4564,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
bin/tests/system/lwresd/Makefile bin/tests/system/lwresd/Makefile
bin/tests/headerdep_test.sh bin/tests/headerdep_test.sh
bin/dnssec/Makefile bin/dnssec/Makefile
util/conf.sh
"} "}
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF

View File

@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE. dnl SOFTWARE.
AC_REVISION($Revision: 1.153 $) AC_REVISION($Revision: 1.154 $)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@ -1040,4 +1040,5 @@ AC_OUTPUT(
bin/tests/system/lwresd/Makefile bin/tests/system/lwresd/Makefile
bin/tests/headerdep_test.sh bin/tests/headerdep_test.sh
bin/dnssec/Makefile bin/dnssec/Makefile
util/conf.sh
) )