[Pkg-ocaml-maint-commits] [frama-c] 01/02: Add a call to autoconf prior to configure.

Mehdi Dogguy mehdi at moszumanska.debian.org
Tue Apr 29 17:37:39 UTC 2014


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

mehdi pushed a commit to branch master
in repository frama-c.

commit 774b17db7ee727dfbd2e4dcb9f1866479b346b00
Author: Mehdi Dogguy <mehdi at dogguy.org>
Date:   Tue Apr 29 11:17:23 2014 +0200

    Add a call to autoconf prior to configure.
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c930274..0667ac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frama-c (20140301+neon+dfsg-3) UNRELEASED; urgency=medium
+
+  * Add a call to autoconf prior to configure.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Tue, 29 Apr 2014 11:17:02 +0200
+
 frama-c (20140301+neon+dfsg-2) unstable; urgency=medium
 
   * The new configure script tries to compile a test program linking
diff --git a/debian/rules b/debian/rules
index 65eb358..c01e835 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_auto_configure:
 	mkdir -p lib/gui
 	touch .depend .make-clean .make-clean-stamp
 	[ ! -f src/kernel/config.ml ] || cp src/kernel/config.ml src/kernel/config.ml.debian
+	autoconf
 	./configure $(CROSS) --prefix=/usr       \
 		--mandir=\$${prefix}/share/man   \
 		--infodir=\$${prefix}/share/info \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/frama-c.git



More information about the Pkg-ocaml-maint-commits mailing list