summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian-unstable/scripts/unpatch-source
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian-unstable/scripts/unpatch-source')
-rwxr-xr-xpackaging/Debian/debian-unstable/scripts/unpatch-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Debian/debian-unstable/scripts/unpatch-source b/packaging/Debian/debian-unstable/scripts/unpatch-source
index d3681cfa50..3ded1150ba 100755
--- a/packaging/Debian/debian-unstable/scripts/unpatch-source
+++ b/packaging/Debian/debian-unstable/scripts/unpatch-source
@@ -15,6 +15,6 @@ done
#mv -f ${TMPFILE} source/VERSION
# Regenerate configure only if it is older than configure.in
-[ source/configure -ot source/configure.in ] && (cd source && autoheader && autoconf)
+[ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
exit 0