-- --without-doc option espy and doogie made a good point: --without-doc shoudn't exist because there should just be a check for the tools that create the docs and if they don't exist, automatically skip it.
-- why is this in there? (just curious...) checking for xemacs... /sup/bin/xemacs checking where .elc files should go... $(datadir)/emacs/site-lisp -- still a getopt problem... I didn't see a 'getopt.h' config check (even did a complete re-checkout)... there's one in gnugo (http://www.gnu.org/software/gnugo/devel.html) if you want. I put the lib in there to get gnugo to compile on solaris way back when. make[2]: Entering directory `/u/lohner/misc/debian/dpkg/build/utils' gcc -D_REENTRANT -D_GNU_SOURCE -O2 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/u/lohner/misc/debian/dpkg/intl -I../intl -I/u/lohner/misc/debian/dpkg/include -I/u/lohner/misc/debian/dpkg -I/u/lohner/misc/debian/dpkg/utils -I../include -I.. -I. -c /u/lohner/misc/debian/dpkg/utils/start-stop-daemon.c /u/lohner/misc/debian/dpkg/utils/start-stop-daemon.c:48: getopt.h: No such file or directory make[2]: *** [start-stop-daemon.o] Error 1 make[2]: Leaving directory `/u/lohner/misc/debian/dpkg/build/utils' make[1]: *** [all-recursive] Error 2 make[1]: Leaving directory `/u/lohner/misc/debian/dpkg/build' make: *** [stamp-build] Error 2 ~/misc/debian/dpkg >

