Poster of Linux kernelThe best gift for a Linux geek
DH-AUTORECONF

DH-AUTORECONF

Section: dh-autoreconf (7) Updated: 2010-07-23
Local index Up
 

NAME

dh-autoreconf - debhelper add-on to run autoreconf during build  

DESCRIPTION

The dh-autoreconf package provides a sequence addon for debhelper 7 which can be used in the following way:

    #!/usr/bin/make -f
    %:
        dh --with autoreconf $@

This will call dh_autoreconf prior to dh_auto_configure and will call dh_autoreconf_clean before dh_clean.

For more information on how to control the autoreconf process or how to other possible options, read the dh_autoreconf(1) and dh_autoreconf_clean(1) manual pages.  

CDBS INTEGRATION

This package also provides /usr/share/cdbs/1/rules/autoreconf.mk for packages using CDBS. The variable "DEB_DH_AUTORECONF_ARGS" can be used to pass extra arguments to dh_autoreconf, and the variable "DEB_DH_AUTORECONF_CLEAN_ARGS" to pass arguments to dh_autoreconf_clean. See their manual pages for information on available arguments.  

SEE ALSO

debhelper(7), dh(1), dh_autoreconf(1), dh_autoreconf_clean(1)  

AUTHOR

Julian Andres Klode <jak@debian.org>


 

Index

NAME
DESCRIPTION
CDBS INTEGRATION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 22:00:55 GMT, April 16, 2011