* configure.in: Allow configuration and build of emacs19 for the alpha.
authorBrendan Kehoe <brendan@cygnus>
Thu, 5 Oct 1995 20:27:24 +0000 (20:27 +0000)
committerBrendan Kehoe <brendan@cygnus>
Thu, 5 Oct 1995 20:27:24 +0000 (20:27 +0000)
ChangeLog
configure.in

index 14f61238db09a4906c17a65cd03bc52f00ca40ff..e97dd188106e2d24382e54ce3e9d00a329b49f65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: Allow configuration and build of emacs19 for the alpha.
+
 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
 
        * configure.in (CC): Get ^CC, not just any old CC, from
index 82cb6da815886db4eefe532b83412f826055835a..531e89f90f996a1665e2233fbd46bca9c426c4eb 100644 (file)
@@ -354,9 +354,8 @@ case "${target}" in
     ;;
   alpha-dec-osf*)
     # ld works, but does not support shared libraries.  emacs doesn't
-    # work.  newlib is not 64 bit ready.  I'm not sure about emacs19,
-    # fileutils or grep.
-    noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib"
+    # work.  newlib is not 64 bit ready.  I'm not sure about fileutils or grep.
+    noconfigdirs="$noconfigdirs ld emacs fileutils grep newlib"
     ;;
   alpha*-*-*)
     # newlib is not 64 bit ready
This page took 0.027127 seconds and 4 git commands to generate.