$NetBSD: patch-ac,v 1.1 2002/10/15 23:07:17 dillo Exp $ --- gdb/configure.in.orig Thu May 18 07:02:10 2000 +++ gdb/configure.in @@ -423,7 +423,8 @@ if [ x"${with_headers}" != x ]; then "") x=${prefix} ;; *) x=${exec_prefix} ;; esac - copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include" + # XXX: directories under ${prefix} are not user writable, duh! + #copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include" fi # Handle --with-libs=XXX. Multiple directories are permitted. The