X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=configure;h=825233cdb3801f74c7719203f380b6829dce17e0;hp=e05166525f2201c940d1c74d4c7a0b702551313f;hb=b99e8e9a466cedae61a2d208ce993836e68701aa;hpb=f93780315a35ba08211c4c1539fea2b39b15c64b diff --git a/configure b/configure index e051665..825233c 100755 --- a/configure +++ b/configure @@ -4054,7 +4054,7 @@ MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' MKSHLIB_2='' MKSHLIB_3='-lc' -ac_config_files="$ac_config_files settings.make Makefile src/Makefile client/Makefile dynamic/Makefile regress/Makefile" +ac_config_files="$ac_config_files common.make settings.make Makefile src/Makefile client/Makefile dynamic/Makefile regress/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4747,6 +4747,7 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; + "common.make") CONFIG_FILES="$CONFIG_FILES common.make" ;; "settings.make") CONFIG_FILES="$CONFIG_FILES settings.make" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;