diff options
| author | Glenn Morris | 2012-07-10 23:55:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-10 23:55:30 -0700 |
| commit | 249685df40653f6d48c2c75412ff2fc24ee2d958 (patch) | |
| tree | a2362669a202650f84f913621a4b2e772ed2b6a4 /src/ChangeLog | |
| parent | c8add24e86d499000f0998558d635fffa1f3857c (diff) | |
| download | emacs-249685df40653f6d48c2c75412ff2fc24ee2d958.tar.gz emacs-249685df40653f6d48c2c75412ff2fc24ee2d958.zip | |
Remove src/s/gnu.h
* configure.ac (opsysfile): Use bsd-common on gnu systems.
* src/s/gnu.h: Remove file, which is now empty.
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 045a3d374b8..140cd54d8cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/gnu.h: Remove file, which is now empty. | ||
| 4 | |||
| 3 | * s/gnu.h, s/gnu-linux.h: | 5 | * s/gnu.h, s/gnu-linux.h: |
| 4 | Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure. | 6 | Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure. |
| 5 | 7 | ||