* configure.in: Add comment about HP compiler vs. emacs.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Oct 1993 15:01:15 +0000 (15:01 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Oct 1993 15:01:15 +0000 (15:01 +0000)
ChangeLog
configure.in

index def2f793de47a026a7ca14591fde7105d97c8f0c..1663bf8ed2f64b4ab286da9c14e4119e8c7b53e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Add comment about HP compiler vs. emacs.
+
 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
 
        * configure.in: don't build ld on solaris2 (not a viable option
index e206884c3dc2ed28777513c4b63e2500d5f53ee4..db00e96768a847c26087973d920a63e7d1dcc791 100644 (file)
@@ -203,7 +203,9 @@ case "${target}" in
     configdirs=`echo ${configdirs} | sed -e 's/emacs//'`
     ;; 
   hppa*-*-*)
-    # HP's C compiler doesn't handle Emacs correctly
+    # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
+    # cc is gcc, and on any system a user should be able to link cc to
+    # whatever they want.  FIXME, emacs).
     case "${CC}" in
        "" | cc*) configdirs=`echo ${configdirs} | sed -e 's/emacs//'` ;;
         *) echo "building emacs" ;;