From a991b8c9a1a0019ef1a36bbec49c29827a3c57a2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 25 Jan 2012 03:47:44 -0500 Subject: Recurse into subdirectories in build system. --- (limited to 'configure') diff --git a/configure b/configure index 17f2949..93372f5 100755 --- a/configure +++ b/configure @@ -128,6 +128,8 @@ fi if [ -z "${SRCDIR}" ]; then SRCDIR=$(dirname "${0}") fi +# Make SRCDIR an absolute path if it isn't already. +SRCDIR=$(cd ${SRCDIR} && pwd) if [ -z "${PREFIX}" ]; then PREFIX=/usr/local fi -- cgit v0.9.1