[gcalctool] fix autogen.sh to work with gcalctool/->src/



commit f3caafe6b8bf6af8183f693d8f0a78711cbfd4b1
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri May 8 13:11:15 2009 +1000

    fix autogen.sh to work with gcalctool/->src/
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 54ad0e5..3bcef23 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ PKG_NAME="gcalctool"
 REQUIRED_AUTOMAKE_VERSION=1.7
 
 (test -f $srcdir/configure.in \
-  && test -d $srcdir/gcalctool) || {
+  && test -d $srcdir/src) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level gcalctool directory"
     exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]