|
|
| version 1.31.2.2, 2024/08/19 19:33:19 | version 1.33, 2025/01/31 00:03:15 |
|---|---|
| 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 |