Re: new beta release: 2.96.0.20040321
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
[note: Cc: changed from "tetex" to "tetex-pretest"]
> PREFIX
> [/usr/local]
>
> Is this an intended change? /usr/local/teTeX used to be the default
> prefix.
No, that came from playing with various things. I had uncommented
AC_PREFIX_DEFAULT(/usr/local/teTeX)
if test "x$prefix" = xNONE; then
prefix=$ac_default_prefix
ac_configure_args="$ac_configure_args --prefix=$ac_default_prefix"
fi
in tetex.ac, and finally decided to keep it. But, obviously, I have
forgotten to recreate the configure file.
The easiest fix is to specify
--prefix=/usr/local/teTeX
explicitly this time.
For the next time, this will be the default again. I hope that nobody
messes his /usr/local up...
Sorry,
Thomas