[mathicgb] 11/14: fix configure script directory configuration
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Sep 6 00:27:39 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 3dd98c54ba50be6aedce1dd7810bc988242db6cc
Author: Daniel R. Grayson <dan at math.uiuc.edu>
Date: Sat Apr 11 12:39:36 2015 -0500
fix configure script directory configuration
---
configure.ac | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9b24d85..8f57cb2 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,15 @@
dnl AC_INIT sets up autoconf and must be first macro.
AC_INIT([mathicgb], [1.0]) # package, version, bug-report-email
+# set up information about directories
+AC_CONFIG_MACRO_DIR([build/autotools/m4]) # directory of extra autoconf macroes
+AC_CONFIG_AUX_DIR([build/autotools]) # directory for auxiliary build tools (install-sh etc)
+
+# check that source directory is correct
+dnl if autoconf is told the source code is in a directory that does not
+dnl contain this file then it knows that the directory is wrong.
+AC_CONFIG_SRCDIR([src/mathicgb.h])
+
# Check availability and location of dependencies
# PKG_CHECK_MODULES([MEMTAILOR], [memtailor])
# PKG_CHECK_MODULES([MATHIC], [mathic])
@@ -126,15 +135,6 @@ DEPS_LIBS="$MEMTAILOR_LIBS $MATHIC_LIBS $TBB_LIBS $GTEST_LIBS $RT_LIBS"
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)
-# set up information about directories
-AC_CONFIG_MACRO_DIR([build/autotools/m4]) # directory of extra autoconf macroes
-AC_CONFIG_AUX_DIR([build/autotools]) # directory for auxiliary build tools (install-sh etc)
-
-# check that source directory is correct
-dnl if autoconf is told the source code is in a directory that does not
-dnl contain this file then it knows that the directory is wrong.
-AC_CONFIG_SRCDIR([src/mathicgb.h])
-
# Enable optional maintainer mode (off by default)
dnl AM_MAINTAINER_MODE turns off automatic reconstruction of the build
dnl files if the source build files have changed. A developer will want
--
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