# HG changeset patch # User Chris Cannam # Date 1353840971 0 # Node ID ca1889e54806de26e5e82d225cb9da80d8bb7958 # Parent abd86c1e5f03cdb16b4358ba5eb45072397e2128 Give the project file name explicitly (in case it differs from directory name, which we have no control over) diff -r abd86c1e5f03 -r ca1889e54806 configure --- a/configure Sun Nov 25 10:50:21 2012 +0000 +++ b/configure Sun Nov 25 10:56:11 2012 +0000 @@ -8518,7 +8518,7 @@ fi -if ! $QMAKE -r; then +if ! $QMAKE -r tonioni.pro; then as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 fi diff -r abd86c1e5f03 -r ca1889e54806 configure.ac --- a/configure.ac Sun Nov 25 10:50:21 2012 +0000 +++ b/configure.ac Sun Nov 25 10:56:11 2012 +0000 @@ -119,7 +119,7 @@ AC_OUTPUT -if ! $QMAKE -r; then +if ! $QMAKE -r tonioni.pro; then AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) fi