This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch master
in repository aghermann.

commit 95397a99d6bfff790e90d5632089948f957f45c3
Author: Andrei Zavada <[email protected]>
Date:   Mon Sep 23 02:02:25 2013 +0300

    autogen.sh: look for .ac files also in /usr/share/aclocal/ac-archive
---
 upstream/autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/autogen.sh b/upstream/autogen.sh
index 402acef..ea5c9e4 100755
--- a/upstream/autogen.sh
+++ b/upstream/autogen.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 test -d /usr/share/autoconf-archive && AUTOCONF_ARCHIVE="-I 
/usr/share/autoconf-archive"
+test -d /usr/share/aclocal/ac-archive && AUTOCONF_ARCHIVE=$AUTOCONF_ARCHIVE" 
-I /usr/share/aclocal/ac-archive"
 libtoolize --force --copy
 aclocal $AUTOCONF_ARCHIVE
 autoheader
 automake --gnu --add-missing --copy
 autoconf
-# or just use autoreconf?

-- 
Alioth's /git/debian-med/git-commit-notice on 
/srv/git.debian.org/git/debian-med/aghermann.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to