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]

More cruft reduction in configure fragments


Both sysdeps/mach/configure and sysdeps/sysv/linux/mips/configure have
some generated pieces that aren't necessary.  These two additional
AC_PROVIDES fix that.

I'm trying to figure out whether sysdeps/sysv/linux/mips/configure.in
is still even necessary now that we require GCC-3.2.  It only contains
a check to make sure you're running at least binutils 2.11.90.0.5,
which is 18 months old.

2002-10-18  Jeff Bailey  <jbailey@gnu.org>

        * aclocal.m4: Add AC_PROVIDEs for _AS_PATH_SEPARATOR_PREPARE
        and _AS_TEST_PREPARE so that sysdeps/mach/configure and
        sysdeps/sysv/linux/mips/configure don't bring in more autoconf
        magic more than they need do.

Index: aclocal.m4
===================================================================
RCS file: /cvs/glibc/libc/aclocal.m4,v
retrieving revision 1.22
diff -u -p -r1.22 aclocal.m4
--- aclocal.m4  18 Oct 2002 19:18:44 -0000      1.22
+++ aclocal.m4  18 Oct 2002 21:04:24 -0000
@@ -11,6 +11,8 @@ AC_PROVIDE([AC_PROG_INSTALL])dnl
 AC_PROVIDE([AC_PROG_RANLIB])dnl
 AC_PROVIDE([AC_PROG_CC])dnl
 AC_PROVIDE([AC_PROG_CPP])dnl
+AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
+AC_PROVIDE([_AS_TEST_PREPARE])dnl
 define([AS_MESSAGE_LOG_FD],5)dnl
 define([AS_MESSAGE_FD],6)dnl
 dnl Ripped out of AS_INIT, which does more cruft we do not want.

-- 
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]