diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-11-17 00:43:44 -0500 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-11-17 00:43:44 -0500 |
commit | 7149c892c95ac35ded47bd8c11b4fcee707a59b8 (patch) | |
tree | 0a2f5f28e416b97ca2fefe683eca9e80810c73e4 /configure | |
parent | 015fa7f3defb67d0cc994668222a982cc0f87a7a (diff) |
Fixed the aux directory to be the one recognized by automake.
This isn't strictly needed by SDL, but it's a good example for other projects.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2033,7 +2033,7 @@ _ACEOF ac_aux_dir= -for ac_dir in $srcdir/build-scripts; do +for ac_dir in build-scripts "$srcdir"/build-scripts; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -2049,8 +2049,8 @@ for ac_dir in $srcdir/build-scripts; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir/build-scripts" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir/build-scripts" >&2;} + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in build-scripts \"$srcdir\"/build-scripts" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in build-scripts \"$srcdir\"/build-scripts" >&2;} { (exit 1); exit 1; }; } fi |