]> sourceware.org Git - glibc.git/commitdiff
2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl
authorAndreas Jaeger <aj@suse.de>
Fri, 24 Aug 2001 18:27:55 +0000 (18:27 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 24 Aug 2001 18:27:55 +0000 (18:27 +0000)
* sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
empty to prevent junk from being generated.
sysdeps/unix/sysv/linux/mips/configure: Regenerated.

sysdeps/unix/sysv/linux/mips/configure
sysdeps/unix/sysv/linux/mips/configure.in

index 38a9374875777255fd58bee61d04e0a02661b631..fb71310a1ff9d8060006eed1e7eef6a7dbb93789 100644 (file)
@@ -56,4 +56,3 @@ if test $ac_verc_fail = yes; then
 *** the FAQ and INSTALL documents." 1>&2
 fi
 
-s%@AS@%$AS%g
index e5c301db4897b22617cdea6b5da61f57bdcf75aa..81515a52f59ee9cc682dbfad8a20c445ebf08450 100644 (file)
@@ -2,6 +2,7 @@ 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/mips.
 
+define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
 AC_CHECK_PROG_VER(AS, $AS, --version,
   [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
   [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], 
This page took 0.044108 seconds and 5 git commands to generate.