[mathicgb] 22/393: Fixed issue with configure.ac that wasn't working on my Cygwin installation.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:25 UTC 2015


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

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 015259ad5454bc7e2ba8710e1f49f98a31d9e3ef
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Mon Sep 24 18:50:39 2012 +0200

    Fixed issue with configure.ac that wasn't working on my Cygwin installation.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d6e481c..42c5999 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT sets up autoconf and must be first macro.
 AC_INIT([mathicgb], [1.0]) # package, version, bug-report-email
 
 # Check that mathicgb is installed and locate it
-PKG_CHECK_MODULES([DEPS], [memtailor-1.0 mathic-1.0])
+PKG_CHECK_MODULES([DEPS], [memtailor-1.0] [mathic-1.0])
 
 # set up information about directories
 AC_CONFIG_MACRO_DIR([build/autotools/m4]) # directory of extra autoconf macroes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list