aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f45edff5ab..77a4aa62884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12003-04-30 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2
3 * INSTALL (* GNU/Linux development packages): Mention Debian and
4 RedHat package names.
5
12003-04-30 Boyd Lynn Gerber <gerberb@zenez.com> 62003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
2 7
3 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. 8 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
diff --git a/INSTALL b/INSTALL
index 06857b4f9f0..d41c3841e78 100644
--- a/INSTALL
+++ b/INSTALL
@@ -178,7 +178,9 @@ Many GNU/Linux systems do not come with development packages by
178default; they just include the files that you need to run Emacs, but 178default; they just include the files that you need to run Emacs, but
179not those you need to compile it. For example, to compile Emacs with 179not those you need to compile it. For example, to compile Emacs with
180X11 support, you may need to install the special `X11 development' 180X11 support, you may need to install the special `X11 development'
181package (`xlibs-dev' on Debian). 181package. For example, in April 2003, the package names to install
182were `xlibs-dev' and `libxaw7-dev' on Debian and `XFree86-devel' and
183`Xaw3d-devel' on RedHat.
182 184
183 185
184DETAILED BUILDING AND INSTALLATION: 186DETAILED BUILDING AND INSTALLATION: