Remove some cpp that is internal to configure.in.
authorGlenn Morris <rgm@gnu.org>
Wed, 30 Jun 2010 02:48:54 +0000 (19:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 30 Jun 2010 02:48:54 +0000 (19:48 -0700)
commit6259c2ec7ae4b60f59d5101c8c544d15a90540a3
treee0680ee34ce375d77f41226081a616a3f1f762e1
parenta2f043d3d72cbbc0ad64fb271a9f0545791100ec
Remove some cpp that is internal to configure.in.

* configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH): Set with shell, not cpp.
(LIBX): Remove, just use -lX11 in the one place this was used.
(cannot_dump): Replace with CANNOT_DUMP.

* src/Makefile.in (CANNOT_DUMP): Update for configure name change.

* src/s/freebsd.h (USE_MMAP_FOR_BUFFERS):
* src/s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
* src/s/darwin.h (SYSTEM_MALLOC):
* src/s/sol2-10.h (SYSTEM_MALLOC): Move to configure.

* src/m/alpha.h: Remove old comment.
* src/s/aix4-2.h: Update comment.
* src/s/template.h: Remove USE_MMAP_FOR_BUFFERS.

* msdos/sed1v2.inp (CANNOT_DUMP): Update for configure name change.

* admin/CPP-DEFINES: Remove USE_MMAP_FOR_BUFFERS, CANNOT_DUMP.

* etc/DEBUG: Update SYSTEM_MALLOC and CANNOT_DUMP references.
Some re-filling.
16 files changed:
ChangeLog
admin/CPP-DEFINES
configure.in
etc/DEBUG
msdos/ChangeLog
msdos/sed1v2.inp
src/ChangeLog
src/Makefile.in
src/m/alpha.h
src/m/template.h
src/s/aix4-2.h
src/s/darwin.h
src/s/freebsd.h
src/s/irix6-5.h
src/s/sol2-10.h
src/s/template.h