diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-25 03:47:44 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-25 03:47:44 (EST) |
commit | a991b8c9a1a0019ef1a36bbec49c29827a3c57a2 (patch) | |
tree | 4024d15aff81bbf9335ddfb7eae15e2667ce281d /configure | |
parent | aa8b08354c087d5baaf904fffeeb5b0d074adb9e (diff) |
Recurse into subdirectories in build system.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |