Small aix patch to configure.in

William L. Jones jones at hpc.utexas.edu
Sun Feb 18 10:39:35 EST 2001


The following aix patch to configure.in forces /usr/include to be searched
before /usr/local/include on AIX systems only.  This allows the normal
include rules to untangle  <login.h> from "login.h" on AIX when using the AIX
cc compiler or gcc.  Please see that it gets applied to the current cvs
source tree.   It fixes the only compile time error the current cvs tree has
on aix with out reaming the "login.h" include file.

Bill Jones


--- configure.in.orig   Sat Feb 17 16:18:02 2001
+++ configure.in        Sat Feb 17 16:26:06 2001
@@ -50,7 +50,7 @@
  case "$host" in
  *-*-aix*)
         AFS_LIBS="-lld"
-       CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+       CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
         LDFLAGS="$LDFLAGS -L/usr/local/lib"
         if (test "$LD" != "gcc" && test -z "$blibpath"); then
                 blibpath="/usr/lib:/lib:/usr/local/lib"






More information about the openssh-unix-dev mailing list