1the $srcdir is not defined at the time of gnu-configurize. 2 3Upstream-Status: Inappropriate [OE-Core specific] 4 5Signed-off-by: Saul Wold <sgw@linux.intel.com> 6 7Index: nspr/configure.in 8=================================================================== 9--- nspr.orig/configure.in 10+++ nspr/configure.in 11@@ -8,7 +8,7 @@ AC_PREREQ(2.61) 12 AC_INIT 13 AC_CONFIG_SRCDIR([pr/include/nspr.h]) 14 15-AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf) 16+AC_CONFIG_AUX_DIR(build/autoconf) 17 AC_CANONICAL_TARGET 18 19 dnl ======================================================== 20