--- libaitcfg/configure 2024/08/19 19:33:19 1.30.2.2 +++ libaitcfg/configure 2025/01/31 00:03:14 1.32 @@ -3926,6 +3926,13 @@ fi +if test x"${prefix}" = x"NONE"; then + prefix="/usr/local" +fi +if test x"${exec_prefix}" = x"NONE"; then + exec_prefix=${prefix} +fi + if test "${ac_cv_env_CFLAGS_set}" != "set"; then CFLAGS="-Wall -O2 -I${includedir}" else @@ -3934,7 +3941,7 @@ fi if test "${ac_cv_env_LDFLAGS_set}" = "set"; then LDFLAGS="${ac_cv_env_LDFLAGS_value}" else - LDFLAGS="-L${libdir}" + LDFLAGS="-L$(eval echo ${libdir})" fi @@ -4452,7 +4459,7 @@ then : fi -ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile debian/Makefile debian/control src/Makefile" +ac_config_files="$ac_config_files Makefile bin/Makefile inc/Makefile lib/Makefile debian/Makefile debian/control src/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5144,6 +5151,7 @@ do case $ac_config_target in "inc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS inc/config.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;