[mathic] 12/13: fix configure script directory settings
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Sep 6 14:40:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathic.
commit 61fe1b7c128032b96660a18596a3edba96a6c269
Author: Daniel R. Grayson <dan at math.uiuc.edu>
Date: Thu Apr 9 16:20:40 2015 -0500
fix configure script directory settings
---
configure.ac | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index 063b4fc..5039c1d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,15 @@
dnl AC_INIT sets up autoconf and must be first macro.
AC_INIT([mathic], [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/mathic.h])
+
# Check that memtailor is installed and locate it
# PKG_CHECK_MODULES([MEMTAILOR], [memtailor])
@@ -61,15 +70,6 @@ DEPS_LIBS="$MEMTAILOR_LIBS $GTEST_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/mathic.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/mathic.git
More information about the debian-science-commits
mailing list