summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@pris.hut.fi>2008-07-03 00:20:58 +0300
committerTimo Aaltonen <tjaalton@pris.hut.fi>2008-07-03 00:20:58 +0300
commit9d72de1fb2cc5c2efc79dfe5f275343307287b4a (patch)
tree2510a353df77e23d0ea837b7c4e684c96c0c2ee3 /debian
parent053bf7f5dbd412ddf0419fc9a82c41213e9502ab (diff)
Run autoreconf before building the various flavours.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules5
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 317b85bb8af..2714139de91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ mesa (7.1~rc1-1) UNRELEASED; urgency=low
* Add gl.pc to libgl1-mesa-dev
* rules: Replace the old build system with the new autotools-based
system.
+ * Run autoreconf before building the various flavours..
- -- Timo Aaltonen <tepsipakki@ubuntu.com> Wed, 02 Jul 2008 17:55:03 +0300
+ -- Timo Aaltonen <tepsipakki@ubuntu.com> Thu, 03 Jul 2008 00:20:15 +0300
mesa (7.0.3-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ae0f7447809..96513e651b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,9 @@ confflags-osmesa32-static = --with-osmesa-bits=32 \
--enable-static \
--with-demos=
+autoreconf:
+ autoreconf -vfi
+
# list the configurations that will built
configs:
@echo Building the following configurations: $(CONFIGS)
@@ -85,7 +88,7 @@ $(STAMP_DIR):
$(QUILT_STAMPFN): $(STAMP_DIR)
-build: patch $(BUILD_STAMPS)
+build: patch autoreconf $(BUILD_STAMPS)
$(STAMP)-build-%:
dh_testdir