summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2017-06-16 19:43:17 +0000
committerTomek Mrugalski <tomasz@isc.org>2017-06-16 19:43:17 +0000
commit8ae01f3dd6d4cf9392c341269c9aaa8225c7db43 (patch)
tree36c8c558e4fc080a7b5f00370f77ade7dec70838
parent2254245dae88bb467021572922d4e4436ce55b5c (diff)
downloadisc-dhcp-8ae01f3dd6d4cf9392c341269c9aaa8225c7db43.tar.gz
[rt19430] configure, makefiles regenerated
-rw-r--r--Makefile.in17
-rwxr-xr-xconfigure5
-rw-r--r--tests/Makefile.in1
3 files changed, 18 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 8735e660..b205e4f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,9 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/includes/config.h
-CONFIG_CLEAN_FILES = doc/devel/doxyfile
+CONFIG_CLEAN_FILES = tests/shell/dhclient_tests.sh \
+ tests/shell/example_tests.sh tests/shell/linux_script_tests.sh \
+ doc/devel/doxyfile
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -189,8 +191,11 @@ CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in \
- $(top_srcdir)/doc/devel/doxyfile.in README compile \
- config.guess config.sub depcomp install-sh missing
+ $(top_srcdir)/doc/devel/doxyfile.in \
+ $(top_srcdir)/tests/shell/dhclient_tests.sh.in \
+ $(top_srcdir)/tests/shell/example_tests.sh.in \
+ $(top_srcdir)/tests/shell/linux_script_tests.sh.in README \
+ compile config.guess config.sub depcomp install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -422,6 +427,12 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
+tests/shell/dhclient_tests.sh: $(top_builddir)/config.status $(top_srcdir)/tests/shell/dhclient_tests.sh.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+tests/shell/example_tests.sh: $(top_builddir)/config.status $(top_srcdir)/tests/shell/example_tests.sh.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+tests/shell/linux_script_tests.sh: $(top_builddir)/config.status $(top_srcdir)/tests/shell/linux_script_tests.sh.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
diff --git a/configure b/configure
index eff92d16..0569d469 100755
--- a/configure
+++ b/configure
@@ -7526,7 +7526,7 @@ $as_echo "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h
fi
-ac_config_files="$ac_config_files Makefile client/Makefile client/tests/Makefile common/Makefile.am common/Makefile common/tests/Makefile dhcpctl/Makefile.am dhcpctl/Makefile includes/Makefile omapip/Makefile.am omapip/Makefile relay/Makefile server/Makefile tests/Makefile.am tests/Makefile tests/unittest.sh server/tests/Makefile doc/devel/doxyfile"
+ac_config_files="$ac_config_files Makefile client/Makefile client/tests/Makefile common/Makefile.am common/Makefile common/tests/Makefile dhcpctl/Makefile.am dhcpctl/Makefile includes/Makefile omapip/Makefile.am omapip/Makefile relay/Makefile server/Makefile tests/Makefile.am tests/Makefile tests/shell/dhclient_tests.sh tests/shell/example_tests.sh tests/shell/linux_script_tests.sh tests/unittest.sh server/tests/Makefile doc/devel/doxyfile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -8292,6 +8292,9 @@ do
"server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
"tests/Makefile.am") CONFIG_FILES="$CONFIG_FILES tests/Makefile.am" ;;
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
+ "tests/shell/dhclient_tests.sh") CONFIG_FILES="$CONFIG_FILES tests/shell/dhclient_tests.sh" ;;
+ "tests/shell/example_tests.sh") CONFIG_FILES="$CONFIG_FILES tests/shell/example_tests.sh" ;;
+ "tests/shell/linux_script_tests.sh") CONFIG_FILES="$CONFIG_FILES tests/shell/linux_script_tests.sh" ;;
"tests/unittest.sh") CONFIG_FILES="$CONFIG_FILES tests/unittest.sh" ;;
"server/tests/Makefile") CONFIG_FILES="$CONFIG_FILES server/tests/Makefile" ;;
"doc/devel/doxyfile") CONFIG_FILES="$CONFIG_FILES doc/devel/doxyfile" ;;
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 4d8149a1..c10594e3 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -277,7 +277,6 @@ pkgcfg_found = @pkgcfg_found@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@