How to build pcitweak (small util in much larger, apparently broken package)
I'm trying to build pcitweak (part of the xorg-x11-Xvnc-source package) on Centos5. Running aclocal, autoconf, automake at the package top level results in errors at the automake step. I tried "autoreconf -i", which did take care of some errors, but I still get errors from automake:
[xorg-x11-Xvnc-source]# automake
cpprules.in:5: SED was already defined in condition TRUE, which includes condition BUILD_XORGCFG ...
hw/xfree86/utils/xorgcfg/Makefile.am:123: `cpprules.in' included from here
configure.ac:61: ... `SED' previously defined here
[xorg-x11-Xvnc-source]#
Meanwhile, the Makefile.in gets created in the pcitweak directory, but no Makefile.
If anyone could give me some guidance, I'd be very appreciative.
Thanks,
--rich
|