This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

`configure' slightly broken in texinfo tree



I'm sure everyone knows this already, but in 1.1b-release and in the
latest CVS sources as of about 2000 GMT, `configure' in the texinfo
tree is somewhat broken.

The patch is simple, but as I am a mere plebe I'll probably have to
ask someone else to actually apply it (and it is questionable whether
patches to things like the texinfo tree should be applied at all, as
they are really other GNU packages):

--- egcs/texinfo/configure.in.orig      Sun Apr 12 21:00:34 1998
+++ egcs/texinfo/configure.in   Fri Oct  2 01:25:50 1998
@@ -14,7 +14,7 @@
 AC_PROG_RANLIB
 
 # We do this for the sake of a more helpful warning in doc/Makefile.
-TEXMF='$(datadir)/texmf'
+TEXMF='${datadir}/texmf'
 AC_CHECK_PROG(TEXCONFIG, texconfig, true, false)
 $TEXCONFIG && eval `texconfig conf </dev/null | grep '^TEXMF='`
 AC_SUBST(TEXMF)

-- 
`A wonderful piece of paper, that IDE specification... useful in
 so far as the margins may be used for the proofs of theorems...'
   - Terry Lambert on comp.unix.bsd.freebsd.misc (from Nik Clayton)


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