[Pkg-gnupg-commit] [libassuan] 106/437: 2004-04-02 Thomas Schwinge <schwinge at nic-nac-project.de>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:30 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit 7cdf6c6ea261b958074431d5e45d91f25d3f0e75
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Mon Apr 19 14:12:23 2004 +0000

    2004-04-02  Thomas Schwinge  <schwinge at nic-nac-project.de>
    
    	* autogen.sh: Added ACLOCAL_FLAGS.
---
 ChangeLog  | 4 ++++
 autogen.sh | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 005e4d0..15a7569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02  Thomas Schwinge  <schwinge at nic-nac-project.de>
+
+	* autogen.sh: Added ACLOCAL_FLAGS.
+
 2004-02-20  Werner Koch  <wk at gnupg.org>
 
 	Released 0.6.4.
diff --git a/autogen.sh b/autogen.sh
index 81061e3..3e4c96c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -88,8 +88,8 @@ EOF
     exit 1
 fi
 
-echo "Running aclocal -I m4 ..."
-$ACLOCAL -I m4
+echo "Running aclocal -I m4 ${ACLOCAL_FLAGS:+$ACLOCAL_FLAGS }..."
+$ACLOCAL -I m4 $ACLOCAL_FLAGS
 echo "Running autoheader..."
 $AUTOHEADER
 echo "Running automake --gnu ..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list