|
|
@@ -11861,7 +11861,7 @@ case "$srcdir" in
|
|
|
esac
|
|
|
|
|
|
|
|
|
-files="src/Makefile.in src/compat/Makefile.in src/bdlib/Makefile.in src/crypto/Makefile.in src/mod/channels.mod/Makefile src/mod/compress.mod/Makefile src/mod/console.mod/Makefile src/mod/ctcp.mod/Makefile src/mod/irc.mod/Makefile src/mod/server.mod/Makefile src/mod/share.mod/Makefile src/mod/transfer.mod/Makefile src/mod/update.mod/Makefile"
|
|
|
+files="src/Makefile.in src/compat/Makefile.in src/crypto/Makefile.in src/mod/channels.mod/Makefile src/mod/compress.mod/Makefile src/mod/console.mod/Makefile src/mod/ctcp.mod/Makefile src/mod/irc.mod/Makefile src/mod/server.mod/Makefile src/mod/share.mod/Makefile src/mod/transfer.mod/Makefile src/mod/update.mod/Makefile"
|
|
|
for mf in $files; do
|
|
|
# Strip MF so we end up with the name of the file.
|
|
|
# echo "MF: $mf"
|
|
|
@@ -11920,7 +11920,7 @@ echo X"$mf" |
|
|
|
done
|
|
|
|
|
|
|
|
|
-ac_config_files="$ac_config_files Makefile src/Makefile src/compat/Makefile src/bdlib/Makefile src/crypto/Makefile src/mod/Makefile src/buildinfo.h"
|
|
|
+ac_config_files="$ac_config_files Makefile src/Makefile src/compat/Makefile src/crypto/Makefile src/mod/Makefile src/buildinfo.h"
|
|
|
|
|
|
cat >confcache <<\_ACEOF
|
|
|
# This file is a shell script that caches the results of configure
|
|
|
@@ -12478,7 +12478,6 @@ do
|
|
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
|
|
"src/compat/Makefile") CONFIG_FILES="$CONFIG_FILES src/compat/Makefile" ;;
|
|
|
- "src/bdlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/bdlib/Makefile" ;;
|
|
|
"src/crypto/Makefile") CONFIG_FILES="$CONFIG_FILES src/crypto/Makefile" ;;
|
|
|
"src/mod/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/Makefile" ;;
|
|
|
"src/buildinfo.h") CONFIG_FILES="$CONFIG_FILES src/buildinfo.h" ;;
|
|
|
@@ -13050,3 +13049,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
+echo ""
|
|
|
+echo ""
|
|
|
+echo "------------ Configuring BDLIB ------------"
|
|
|
+cd src/bdlib && ./configure
|