Diff for /libaitcfg/configure.in between versions 1.31.2.2 and 1.31.2.4

version 1.31.2.2, 2024/08/19 19:33:19 version 1.31.2.4, 2025/01/30 12:33:02
Line 20  AC_CANONICAL_TARGET Line 20  AC_CANONICAL_TARGET
 AC_CHECK_TOOL(MKDEP, mkdep, ../mkdep)  AC_CHECK_TOOL(MKDEP, mkdep, ../mkdep)
 AC_SUBST(MKDEP)  AC_SUBST(MKDEP)
   
   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  if test "${ac_cv_env_CFLAGS_set}" != "set"; then
         CFLAGS="-Wall -O2 -I${includedir}"          CFLAGS="-Wall -O2 -I${includedir}"
 else  else
Line 28  fi Line 35  fi
 if test "${ac_cv_env_LDFLAGS_set}" = "set"; then  if test "${ac_cv_env_LDFLAGS_set}" = "set"; then
         LDFLAGS="${ac_cv_env_LDFLAGS_value}"          LDFLAGS="${ac_cv_env_LDFLAGS_value}"
 else  else
        LDFLAGS="-L${libdir}"        LDFLAGS="-L$(eval echo ${libdir})"
 fi  fi
   
   
Line 73  AS_IF([ test "x$target_cpu" = "xx86_64" ], DEBIAN_ARCH Line 80  AS_IF([ test "x$target_cpu" = "xx86_64" ], DEBIAN_ARCH
 AC_SUBST(DEBIAN_ARCH)  AC_SUBST(DEBIAN_ARCH)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                   bin/Makefile
                 inc/Makefile                  inc/Makefile
                 lib/Makefile                  lib/Makefile
                 debian/Makefile                  debian/Makefile

Removed from v.1.31.2.2  
changed lines
  Added in v.1.31.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>