log configure.in @ 109732:470bed744331

age author description
Mon, 09 Aug 2010 21:25:41 +0200 Andreas Schwab Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Mon, 09 Aug 2010 10:08:56 -0700 Dan Nicolaescu * configure.in (ORDINARY_LINK): Use on hpux* too.
Fri, 06 Aug 2010 13:28:59 +0200 Jan D More undeclared function fixes and add -Wimplicit-function-declaration.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 05 Aug 2010 20:11:32 +0300 Eli Zaretskii Rename src/unexec.c => src/unexcoff.c.
Wed, 04 Aug 2010 23:48:36 +0200 Andreas Schwab * configure.in: Restore accidentally removed use of
Thu, 29 Jul 2010 22:01:08 +0200 Jan D Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Wed, 28 Jul 2010 20:41:28 -0700 Dan Nicolaescu * configure.in: Remove reference to usg5-4, unused.
Sun, 25 Jul 2010 21:09:54 +0200 Andreas Schwab Use __executable_start to find start of text segment for profiling
Sat, 24 Jul 2010 14:44:54 -0400 Ken Brown * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
Fri, 23 Jul 2010 21:23:07 -0400 Chong Yidong * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
Mon, 12 Jul 2010 16:16:38 +0200 Andreas Schwab Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Thu, 08 Jul 2010 16:34:47 -0700 Dan Nicolaescu * configure.in: Use -Wold-style-definition if available.
Wed, 07 Jul 2010 20:31:04 -0700 Dan Nicolaescu Remove src/prefix-args.c.
Wed, 07 Jul 2010 19:37:32 -0700 Dan Nicolaescu * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Tue, 06 Jul 2010 20:04:31 -0700 Dan Nicolaescu * configure.in (getenv): Remove K&R declaration.
Fri, 02 Jul 2010 14:55:51 +0200 Jan D Remove __P.
Fri, 02 Jul 2010 01:11:24 -0700 Dan Nicolaescu Define USE_LISP_UNION_TYPE using autoconf.
Tue, 29 Jun 2010 23:38:13 -0700 Glenn Morris Remove comment that is no longer true.
Tue, 29 Jun 2010 22:51:07 -0700 Dan Nicolaescu Fix CFLAGS for non-GCC compilers.
Tue, 29 Jun 2010 21:29:49 -0700 Glenn Morris Fix some whitespace in previous.
Tue, 29 Jun 2010 20:43:30 -0700 Glenn Morris * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Tue, 29 Jun 2010 19:55:15 -0700 Glenn Morris Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Tue, 29 Jun 2010 19:48:54 -0700 Glenn Morris Remove some cpp that is internal to configure.in.
Mon, 28 Jun 2010 12:11:26 +0200 Jan D Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Thu, 10 Jun 2010 20:35:40 -0700 Glenn Morris Make compressing the info files optional.
Mon, 07 Jun 2010 19:29:12 -0700 Dan Nicolaescu Include <strings.h> and <string.h> instead of
Sun, 06 Jun 2010 01:57:39 -0700 Dan Nicolaescu Remove BSTRING related code, all platforms define it.
Thu, 03 Jun 2010 15:28:51 -0700 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.65.
Thu, 03 Jun 2010 15:16:02 -0700 Dan Nicolaescu Move UNEXEC definition to autoconf.
Wed, 02 Jun 2010 22:29:02 -0700 Glenn Morris NOT_C_CODE is always true now.
Tue, 01 Jun 2010 19:32:43 -0700 Dan Nicolaescu Fix alloca definition when using gcc on non-gnu systems.
Sat, 29 May 2010 11:54:16 -0700 Glenn Morris Add some comments related to how epaths.h gets built.
Thu, 27 May 2010 21:25:06 -0700 Glenn Morris * configure.in: Simplify some of the *bsd $canonical tests.
Thu, 27 May 2010 20:34:15 -0700 Glenn Morris * configure.in: Simplify some of the $canonical tests.
Wed, 26 May 2010 22:43:27 -0700 Glenn Morris Do not preprocess src/Makefile.in.
Tue, 25 May 2010 23:48:25 -0700 Glenn Morris * configure.in: Comments.
Tue, 25 May 2010 23:41:58 -0700 Glenn Morris Replace YMF_PASS_LDFLAGS with autoconf.
Tue, 25 May 2010 20:58:41 -0700 Glenn Morris * configure, configure.in: Fix typo in previous.
Tue, 25 May 2010 20:50:16 -0700 Glenn Morris Add GNUSTEP_LOCAL_HEADERS/LIBRARIES to build flags.
Tue, 25 May 2010 20:42:07 -0700 Glenn Morris Remove some NS_IMPL_GNUSTEP build dead code.
Mon, 24 May 2010 20:53:12 -0700 Glenn Morris Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS.
Mon, 24 May 2010 20:46:15 -0700 Glenn Morris Remove LD_SWITCH_SYSTEM_EXTRA.
Fri, 21 May 2010 09:31:45 -0700 Glenn Morris * configure.in (MKDEPDIR): Parallel build tweak.
Thu, 20 May 2010 17:48:14 -0700 Glenn Morris Handle some HAVE_NS Makefile conditionals with configure.
Thu, 20 May 2010 17:40:12 -0700 Glenn Morris Build simplifications for oldxmenu.
Thu, 20 May 2010 17:28:47 -0700 Glenn Morris Handle CANNOT_DUMP (partially) with configure.
Wed, 19 May 2010 23:37:29 -0700 Glenn Morris Use terminfo rather than termcap on recent NetBSD.
Wed, 19 May 2010 23:11:27 -0700 Glenn Morris Handle auto-depend with configure.
Wed, 19 May 2010 22:48:16 -0700 Glenn Morris * configure.in (--with-gtk, --with-gcc): Remove option stubs.
Tue, 18 May 2010 19:42:04 -0700 Glenn Morris Set linker-related things with configure.
Mon, 17 May 2010 19:49:28 -0700 Glenn Morris Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.
Mon, 17 May 2010 19:44:07 -0700 Glenn Morris Set rallocobj with configure, not cpp.
Mon, 17 May 2010 19:30:13 -0700 Glenn Morris Define some malloc objects with configure, not cpp.
Sun, 16 May 2010 22:15:03 -0700 Glenn Morris Combine the two stamp-oldxmenu cases.
Sun, 16 May 2010 16:38:13 -0700 Glenn Morris * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
Sun, 16 May 2010 16:31:05 -0700 Glenn Morris Tweak ns_app*dir values set by configure.
Sun, 16 May 2010 16:01:56 -0700 Glenn Morris Simplify temacs build rule.
Sun, 16 May 2010 10:58:27 -0700 Glenn Morris Simplify temacs build rule.
Sat, 15 May 2010 22:58:55 -0700 Dan Nicolaescu * configure.in: Remove references to usg5-4 and bsd-common, $opsys
Sat, 15 May 2010 15:33:24 -0700 Glenn Morris Always define LIBXMENU in src/Makefile.in.
Sat, 15 May 2010 14:31:19 -0700 Glenn Morris Always define FONT_OBJ; to empty in the non-X case.
Sat, 15 May 2010 17:11:37 -0400 Ken Raeburn Handle --version reasonably in CANNOT_DUMP configuration.
Fri, 14 May 2010 18:55:24 -0700 Glenn Morris Choose dependency of oldxmenu using configure.
Thu, 13 May 2010 20:36:40 -0700 Glenn Morris Move some undefs from src/Makefile.in to configure.
Thu, 13 May 2010 20:05:00 -0700 Glenn Morris Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Thu, 13 May 2010 19:46:09 -0700 Glenn Morris Minor build simplification for NS.
Thu, 13 May 2010 00:26:50 -0700 Glenn Morris * configure.in: Fix some paren typos.
Wed, 12 May 2010 20:52:07 -0700 Glenn Morris Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS.
Wed, 12 May 2010 20:18:04 -0700 Glenn Morris Remove some unused #define's, previously replaced by variables.
Tue, 11 May 2010 20:06:50 -0700 Glenn Morris Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.
Tue, 11 May 2010 20:01:16 -0700 Glenn Morris Move LIB_GCC from cpp to configure.
Sun, 09 May 2010 17:37:59 -0700 Glenn Morris Backport from trunk: close bug#5857.
Mon, 10 May 2010 20:00:32 -0700 Glenn Morris Do not preprocess lib-src/Makefile.in
Sun, 09 May 2010 19:16:09 -0700 Glenn Morris Move LIBS_SYSTEM from cpp to configure.
Sun, 09 May 2010 17:07:47 -0700 Glenn Morris Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Sat, 08 May 2010 14:47:07 -0400 Stefan Monnier Merge from emacs-23
Sat, 08 May 2010 00:46:44 -0400 Chong Yidong Bump version to 23.2.50.
Fri, 07 May 2010 23:28:26 -0400 Chong Yidong Bump version to 23.2. EMACS_23_2
Mon, 03 May 2010 21:31:59 -0400 Chong Yidong Bump version to 23.1.97. EMACS_PRETEST_23_1_97
Sun, 02 May 2010 21:42:50 -0400 Chong Yidong Add check for buggy version of GCC (Bug#6031).
Mon, 19 Apr 2010 21:29:37 -0400 Chong Yidong Bump version to 23.1.96. EMACS_PRETEST_23_1_96
Fri, 07 May 2010 19:05:24 -0700 Glenn Morris Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Fri, 07 May 2010 14:55:18 -0400 Stefan Monnier * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Thu, 06 May 2010 19:55:47 -0700 Glenn Morris Move LD_SWITCH_SYSTEM from cpp to configure.
Thu, 06 May 2010 17:30:56 -0700 Dan Nicolaescu Define LIB_STANDARD and START_FILES using autoconf.
Thu, 06 May 2010 00:24:18 -0700 Glenn Morris Remove some unused Makefile.in variables.
Mon, 03 May 2010 20:13:35 -0700 Glenn Morris Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Mon, 03 May 2010 20:06:27 -0700 Glenn Morris Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf.
Mon, 03 May 2010 19:56:19 -0700 Glenn Morris Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.
Sun, 02 May 2010 19:10:43 -0700 Glenn Morris Replace some X-related cpp with autoconf.
Sat, 01 May 2010 14:38:59 -0700 Dan Nicolaescu Remove LD_SWITCH_MACHINE.
Fri, 30 Apr 2010 20:04:51 -0700 Glenn Morris Rework previous autoconf changes, hopefully to make clearer.
Fri, 30 Apr 2010 09:37:01 -0700 Glenn Morris Hopefully fix bug#6065.
Thu, 29 Apr 2010 18:50:17 -0700 Glenn Morris Replace some xmenu cpp with autoconf.
Thu, 29 Apr 2010 18:36:42 -0700 Glenn Morris Replace some cpp with autoconf.
Wed, 28 Apr 2010 08:58:29 -0700 Glenn Morris * configure.in (LIBXMU): Fix logic in previous change.
Wed, 28 Apr 2010 00:20:39 -0700 Glenn Morris Define CYGWIN_OBJ with configure, not cpp.
Wed, 28 Apr 2010 00:15:10 -0700 Glenn Morris Set GPM part of MOUSE_SUPPORT with configure, not cpp.
Wed, 28 Apr 2010 00:08:53 -0700 Glenn Morris Set FONT_DRIVERS with configure rather than cpp.
Wed, 28 Apr 2010 00:01:43 -0700 Glenn Morris Move LIBXMU from cpp to configure.
Tue, 27 Apr 2010 23:54:25 -0700 Glenn Morris Move NS_OBJ, NS_SUPPORT from cpp to configure.
Tue, 27 Apr 2010 23:43:38 -0700 Glenn Morris Move test for 64-bit kernel with 32-bit userland to configure.
Tue, 27 Apr 2010 01:09:01 -0700 Glenn Morris Move LIBXTR6 from cpp to autoconf.
Tue, 27 Apr 2010 00:33:35 -0700 Glenn Morris Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
Tue, 27 Apr 2010 00:02:12 -0700 Glenn Morris Move MOTIF_LIBW to autoconf.
Mon, 26 Apr 2010 22:24:53 -0700 Dan Nicolaescu Reduce CPP usage.
Mon, 26 Apr 2010 20:47:47 -0700 Dan Nicolaescu Reduce CPP usage.
Mon, 26 Apr 2010 20:32:39 -0700 Glenn Morris Remove some AC_DEFINEs that are now unused.
Mon, 26 Apr 2010 20:14:14 -0700 Glenn Morris Use $CRT_DIR in more places.
Mon, 26 Apr 2010 19:36:20 -0700 Glenn Morris Replace some more cpp with autoconf.
Mon, 26 Apr 2010 11:14:24 -0700 Dan Nicolaescu * Makefile.in (LIBS_MACHINE): Remove, unused.
Mon, 26 Apr 2010 10:10:09 -0700 Dan Nicolaescu Use autoconf instead of cpp for LIB_MATH.
Fri, 23 Apr 2010 19:23:22 -0700 Glenn Morris Close bug#5655.
Thu, 22 Apr 2010 09:37:58 -0700 Dan Nicolaescu * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
Thu, 22 Apr 2010 09:10:30 +0900 Miles Bader get rid of "unix" pre-defined macro when preprocessing Makefile
Wed, 21 Apr 2010 23:44:48 +0200 Andreas Schwab Avoid non-portable shell command negation
Wed, 21 Apr 2010 18:41:29 +0200 Jan D. configure.in: Change "if test ! -f" to "if ! test -f".