changeset 9:ca1889e54806

Give the project file name explicitly (in case it differs from directory name, which we have no control over)
author Chris Cannam
date Sun, 25 Nov 2012 10:56:11 +0000
parents abd86c1e5f03
children ec580ca9b4a5
files configure configure.ac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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