summaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot.sh')
-rwxr-xr-xboot.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot.sh b/boot.sh
index dce5625c5..05dd35996 100755
--- a/boot.sh
+++ b/boot.sh
@@ -1,6 +1,2 @@
#! /bin/sh
autoreconf --install --force
-
-# Ensure that debian/changelog is up-to-date.
-VERSION=`autom4te --language=autoconf -t 'AC_INIT:$2' configure.ac`
-build-aux/update-debian-changelog debian/changelog "$VERSION"