Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 Nov 1999 00:45:54 +0000 (00:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 Nov 1999 00:45:54 +0000 (00:45 +0000)
* configure.in: Add AIX 4.3 support.

ChangeLog
configure.in

index 2050bd3..fb018c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
 
+       * configure.in: Add AIX 4.3 support.
+
        * iconvdata/gconv-modules: Correct alias for ISO-8859-10.  This
        standard was issued in 1992.
        Reported by Bruno Haible <haible@ilog.fr>.
index cf18953..d7ff75b 100644 (file)
@@ -234,7 +234,7 @@ os=$config_os
 ###
 if test -z "$enable_hacker_mode"; then
   case "$machine-$host_os" in
-  *-linux* | *-gnu* | arm*-none*)
+  *-linux* | *-gnu* | arm*-none* | powerpc-aix4.3.*)
     ;;
   *)
     echo "*** The GNU C library is currently not available for this platform."
@@ -310,6 +310,8 @@ solaris[2-9]*)
   base_os=unix/sysv/sysv4 ;;
 hpux*)
   base_os=unix/sysv/hpux/$os ;;
+aix4.3*)
+  base_os=unix/sysv/aix/aix4.3 ;;
 none)
   base_os=standalone ;;
 *)
@@ -922,7 +924,7 @@ if test $elf = yes; then
 fi
 
 AC_CACHE_CHECK(for assembler .weak directive, libc_cv_asm_weak_directive,
-                [dnl
+              [dnl
 cat > conftest.s <<EOF
 ${libc_cv_dot_text}
 ${libc_cv_asm_global_directive} foo