diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-23 15:15:43 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-23 15:15:43 (GMT) |
| commit | 52b145e7f5f318eef9b60d3aa5927bb427fac1cb (patch) | |
| tree | bd161433bf18341717850e831cf76fb5faf624f1 /unix | |
| parent | c06af67a15fe0eef8a17ff3d89d0f88193d5a6d6 (diff) | |
| parent | 752a2a1cf22d2b378c0911cc36942bab516d5cd4 (diff) | |
| download | tcl-52b145e7f5f318eef9b60d3aa5927bb427fac1cb.zip tcl-52b145e7f5f318eef9b60d3aa5927bb427fac1cb.tar.gz tcl-52b145e7f5f318eef9b60d3aa5927bb427fac1cb.tar.bz2 | |
Fix [e653408972]: autoconf warning
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 5 | ||||
| -rw-r--r-- | unix/configure.ac | 2 | ||||
| -rw-r--r-- | unix/tclConfig.h.in | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/unix/configure b/unix/configure index ce98b3b..88fc130 100755 --- a/unix/configure +++ b/unix/configure @@ -8008,9 +8008,7 @@ printf "%s\n" "$ac_cv_c_bigendian" >&6; } no) ;; #( universal) - -printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h - + # ;; #( *) as_fn_error $? "unknown endianness @@ -11141,7 +11139,6 @@ DEFS=`sed -n "$ac_script" confdefs.h` CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS="" - : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files diff --git a/unix/configure.ac b/unix/configure.ac index 99a096e..57433d8 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -219,7 +219,7 @@ SC_TCL_64BIT_FLAGS # Tcl_UniChar strings to memcmp on big-endian systems. #-------------------------------------------------------------------- -AC_C_BIGENDIAN +AC_C_BIGENDIAN(,,,[#]) #-------------------------------------------------------------------- # Supply substitutes for missing POSIX library procedures, or diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 560d564..519c641 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -4,9 +4,6 @@ #ifndef _TCLCONFIG #define _TCLCONFIG -/* Define if building universal (internal helper macro) */ -#undef AC_APPLE_UNIVERSAL_BUILD - /* Is gettimeofday() actually declared in <sys/time.h>? */ #undef GETTOD_NOT_DECLARED |
