dh_autoreconf

debhelper add-on to call autoreconf and clean up after the build

Install

All systems
curl cmd.cat/dh_autoreconf.sh
Debian Debian
apt-get install dh-autoreconf
Ubuntu
apt-get install dh-autoreconf
image/svg+xml Kali Linux
apt-get install dh-autoreconf
Fedora
dnf install dh-autoreconf
Windows (WSL2)
sudo apt-get update sudo apt-get install dh-autoreconf
Raspbian
apt-get install dh-autoreconf

dh-autoreconf

debhelper add-on to call autoreconf and clean up after the build

dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two commands, dh_autoreconf and dh_autoreconf_clean. The dh_autoreconf command creates a list of the files and their checksums, calls autoreconf and then creates a second list for the new files. The dh_autoreconf_clean command compares these two lists and removes all files which have been added or changed (files may be excluded if needed). For CDBS users, a rule is provided to call the dh-autoreconf programs at the right time.