On Sat, Nov 10, 2001 at 02:27:05PM +0000, John Levon wrote: > Instead, you must check for completion.h and add a define if it exists, then work > off that. Using autoconf, I do : > > AC_MSG_CHECKING("whether completion.h exists") > if test -f $KINC/linux/completion.h; then > BKCFLAGS="$BKCFLAGS -DCOMPLETION_H" > AC_MSG_RESULT("yes") > else > AC_MSG_RESULT("no") > fi Feel like writing this (and related trickery) up for a external-modules-howto for the webpages ? 8) Dave. -- -ENOMONKEY. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/