diff options
| author | Dan Nicolaescu | 2010-04-26 11:14:24 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-26 11:14:24 -0700 |
| commit | 7e10844c7223ea4a97b3c6ca590377e5cd5a205f (patch) | |
| tree | c011a995add75fa543bdc2a962b79e48a2f5fb4d /src/ChangeLog | |
| parent | 9452ded1310f9d725ef318038ceab4737b7b92d9 (diff) | |
| download | emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.tar.gz emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.zip | |
* Makefile.in (LIBS_MACHINE): Remove, unused.
* Makefile.in (LIBS_MACHINE): Remove all uses, unused.
* configure.in (LIBS_MACHINE): Remove, unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 58ea0e2476b..9807cd45f3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in (LIBS_MACHINE): Remove, unused. | ||
| 4 | |||
| 3 | Use autoconf instead of cpp for LIB_MATH. | 5 | Use autoconf instead of cpp for LIB_MATH. |
| 4 | * s/darwin.h (LIB_MATH): Do not define here, move to configure. | 6 | * s/darwin.h (LIB_MATH): Do not define here, move to configure. |
| 5 | * s/cygwin.h (LIB_MATH): Likewise. | 7 | * s/cygwin.h (LIB_MATH): Likewise. |