This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

configure.in tweaks


sysdeps/unix/sysv/sysv4/solaris2/configure.in is just libio glue and
should be deleted.

How do you want patches submitted for file deletions?

I'm not convinced that the aix configure is right.  ``grep
aix/configure ChangeLog*'' returns nothing, and the comment suggests
that it might be an accidental copy from the linux subtree.  It also
seems unlikely that we'd be trying to replace the system library.

2002-09-28  Jeff Bailey  <jbailey@gnu.org>

          * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Delete.
          * sysdeps/unix/sysv/aix/configure.in: Update comment and
            remove stdio=libio setting

Also:

--- glibc.old/sysdeps/unix/sysv/aix/configure.in	Mon Sep 23 07:48:20 2002
+++ glibc.new/sysdeps/unix/sysv/aix/configure.in	Sat Sep 28 11:14:56 2002
@@ -1,9 +1,6 @@
 sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/unix/sysv/linux.
-
-# On Linux, the default is to use libio instead of stdio.
-test $stdio = default && stdio=libio
+# Local configure fragment for sysdeps/unix/sysv/aix.
 
 # Don't bother trying to generate any glue code to be compatible with the
 # existing system library, because we are the only system library.


-- 
learning from failures is nice in theory...
but in practice, it sucks :)
 - Wolfgang Jaehrling


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]