diff -r fd4bf138f08f -r 35302e8a3483 scripts/build/libc/glibc.sh --- a/scripts/build/libc/glibc.sh Tue Sep 23 14:48:10 2008 +0000 +++ b/scripts/build/libc/glibc.sh Sun Sep 28 21:34:11 2008 +0000 @@ -46,6 +46,11 @@ CT_ExtractAndPatch "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" done + # The configure files may be older than the configure.in files + # if using a snapshot (or even some tarballs). Fake them being + # up to date. + find "${CT_SRC_DIR}/${CT_LIBC_FILE}" -type f -name configure -exec touch {} \; 2>&1 |CT_DoLog ALL + return 0 }