X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=configure;h=2e114da6b166c0497df6b3aa45c8e81934e72c6e;hb=0b0c08bc68c523b72bbd94f23f7e080f287d5623;hp=014757abebd2cf5da41975938014e8f5bc93b80b;hpb=1260ad59bb7b6aefd322c66ced710c51d5933bd3;p=ircu2.10.12-pk.git diff --git a/configure b/configure index 014757a..2e114da 100755 --- a/configure +++ b/configure @@ -10188,7 +10188,7 @@ cat >>confdefs.h <<_ACEOF _ACEOF - ac_config_files="$ac_config_files Makefile ircd/Makefile doc/Makefile" + ac_config_files="$ac_config_files Makefile ircd/Makefile ircd/test/Makefile doc/Makefile" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -10720,6 +10720,7 @@ do # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "ircd/Makefile" ) CONFIG_FILES="$CONFIG_FILES ircd/Makefile" ;; + "ircd/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES ircd/test/Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;