[sagemath] 02/04: Put things in alphabetical order in the pruner's configure.ac

Julien Puydt julien.puydt at laposte.net
Tue Jun 23 08:15:23 UTC 2015


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

jpuydt-guest pushed a commit to branch master
in repository sagemath.

commit f88f57b53a837ebfb9b2fc7e77e3051cc05191ba
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jun 23 10:08:00 2015 +0200

    Put things in alphabetical order in the pruner's configure.ac
---
 debian/pruner/configure.ac | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index ffefc7a..d18e1e0 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -311,14 +311,6 @@ else
 fi
 AC_SUBST(HAS_PEXPECT)
 
-# FIXME(pkgconf): probably not needed, since we have pkg-config
-HAS_PKGCONF="True"
-AC_SUBST(HAS_PKGCONF)
-
-# FIXME(pkgconfig): probably not needed, since it's not used!
-HAS_PKGCONFIG="True"
-AC_SUBST(HAS_PKGCONFIG)
-
 AC_CHECK_PYTHON_MODULE(PIL)
 if test "x${PYTHON_PIL}" = "x1"; then
   HAS_PIL="True"
@@ -330,6 +322,14 @@ AC_SUBST(HAS_PIL)
 AC_CHECK_PROG(HAS_PIP, pip, "True", "False")
 AC_SUBST(HAS_PIP)
 
+# FIXME(pkgconf): probably not needed, since we have pkg-config
+HAS_PKGCONF="True"
+AC_SUBST(HAS_PKGCONF)
+
+# FIXME(pkgconfig): probably not needed, since it's not used!
+HAS_PKGCONFIG="True"
+AC_SUBST(HAS_PKGCONFIG)
+
 PKG_CHECK_MODULES(polybori, [polybori-0.8 polybori-groebner-0.8], [HAS_POLYBORI="True"], [HAS_POLYBORI="False"])
 AC_SUBST(HAS_POLYBORI)
 

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



More information about the debian-science-commits mailing list