common/autoconf/basics.m4

changeset 912
a667caba1e84
parent 904
37d2736caf46
child 1133
50aaf272884f
child 1304
c27cb0ab944f
     1.1 --- a/common/autoconf/basics.m4	Thu Nov 07 08:16:05 2013 -0800
     1.2 +++ b/common/autoconf/basics.m4	Thu Nov 14 10:53:23 2013 +0100
     1.3 @@ -412,7 +412,7 @@
     1.4    # Test from where we are running configure, in or outside of src root.
     1.5    if test "x$CURDIR" = "x$SRC_ROOT" || test "x$CURDIR" = "x$SRC_ROOT/common" \
     1.6        || test "x$CURDIR" = "x$SRC_ROOT/common/autoconf" \
     1.7 -      || test "x$CURDIR" = "x$SRC_ROOT/common/makefiles" ; then
     1.8 +      || test "x$CURDIR" = "x$SRC_ROOT/make" ; then
     1.9      # We are running configure from the src root.
    1.10      # Create a default ./build/target-variant-debuglevel output root.
    1.11      if test "x${CONF_NAME}" = x; then

mercurial