> [ ! -f configure ] || ./autogen.sh --nocfg > [ ! -f NEWS ] || /usr/bin/makeinfo --no-validate --no-headers
Uh... These will work better without "!". :-) -- Sawfish ML
> [ ! -f configure ] || ./autogen.sh --nocfg > [ ! -f NEWS ] || /usr/bin/makeinfo --no-validate --no-headers
Uh... These will work better without "!". :-) -- Sawfish ML