Mercurial > emacs
diff ChangeLog @ 52162:2b13b04b07a9
* configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
option instead of -traditional-cpp for CPP.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Thu, 07 Aug 2003 16:00:31 +0000 |
parents | 13945a817e76 |
children | 209e6cc6dcad |
line wrap: on
line diff
--- a/ChangeLog Wed Aug 06 10:10:46 2003 +0000 +++ b/ChangeLog Thu Aug 07 16:00:31 2003 +0000 @@ -1,3 +1,8 @@ +2003-08-07 Andrew Choi <akochoi@shaw.ca> + + * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp + option instead of -traditional-cpp for CPP. + 2003-07-29 Richard M. Stallman <rms@gnu.org> * configure.in (HAVE_XIM): Define if XIM is available. @@ -304,7 +309,7 @@ (*-sunos5.6*, *-solaris2.6*): New alternative. (*-sunos5*): Use version 2.6 as default. -2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> +2002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * configure.in: Fix typo. @@ -339,15 +344,15 @@ * configure.in (gamedir): Handle it like lispdir. (--with-game-dir option): Delete. -2002-06-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-06-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> * configure.in: Add support for mipseb-*-netbsd* machines. -2002-06-18 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> +2002-06-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * Makefile.in (install-arch-indep, uninstall): Add Tramp. -2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> +2002-06-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * info/dir (File): Add an entry for Tramp. @@ -371,7 +376,7 @@ * configure.in (emacs_cv_speed_t): Add square brackets for clarity. -2002-05-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-05-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: Do not distribute lock/ directory. @@ -385,7 +390,7 @@ * configure.in: Delete configure check for access to the game user. -2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: lwlib/Imakefile is removed. @@ -396,7 +401,7 @@ * make-dist: Create directories in mac/Emacs.app. -2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-04-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: lwlib-Xol* are removed. @@ -423,7 +428,7 @@ * configure.in: Add --game-dir, --game-user. Test to see if we can use them. -2002-04-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> * configure.in: Add --with-sound. @@ -511,7 +516,7 @@ * configure.in (hppa*-*-linux-gnu*): New alternative. -2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. @@ -524,12 +529,12 @@ (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; this is required by recent Autoconf versions. -2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans and others). -2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: Use COPYING from the top-level directory. @@ -537,7 +542,7 @@ * configure.in: Add support for FreeBSD/Alpha. -2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> * make-dist: Add COPYING to the top-level directory of the distribution. Simplify the logic behind copying. @@ -582,7 +587,7 @@ 2001-11-22 Colin Walters <walters@debian.org> * Makefile.in (install-arch-indep): Install the calc .info files. - (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Bm(Bk). + (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Am(Bk). 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> @@ -593,14 +598,14 @@ * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. -2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> * Makefile.in (uninstall): Fix previous change. * configure.in, Makefile.in: Add support for --program-prefix, --program-suffix and --program-transform-name options. -2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'. (install-arch-indep): Install emacsclient manual page. @@ -609,9 +614,9 @@ 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il> * make-dist: Add lispref/index.*perm files to the distribution. - From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. - -2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + From Pavel Jan,Am(Bk <Pavel@Janik.cz>. + +2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> * Makefile.in (uninstall): Remove gfdl.1 when uninstalling. @@ -648,7 +653,7 @@ * configure.in: Added a check for <nlist.h> -2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> * configure.in: Reindent --help output. From Per Starback (starback@ling.uu.se).