hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Mon Jul 9 09:59:17 PDT 2007


 autogen.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree feb067c138071aca82bf78f8ecb8fd2052603220 (from a88fc4ff5e21668d4c41fa5bc7d2188791250b7a)
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Mon Jul 9 12:59:16 2007 -0400

    autogen.sh: srcdir != objdir safety
    
    Run autoreconf from the srcdir, not just configure.

diff --git a/autogen.sh b/autogen.sh
index a32e678..b04d6e0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ if test -z "$*"; then
   echo
 fi
 
-autoreconf --force --install || exit 1
+(cd $srcdir && autoreconf --force --install) || exit 1
 
 conf_flags="--enable-maintainer-mode --enable-gtk-doc"
 


More information about the hal-commit mailing list