[go: up one dir, main page]

File: autoreconf.mk

package info (click to toggle)
dh-autoreconf 7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 72 kB
  • sloc: perl: 98; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# autoreconf.mk - dh-autoreconf integration for CDBS.

CDBS_BUILD_DEPENDS_rules_autoreconf := dh-autoreconf
CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_rules_autoreconf)

post-patches:: debian/autoreconf.after

debian/autoreconf.after:
	dh_autoreconf $(DEB_DH_AUTORECONF_ARGS)

reverse-config::
	dh_autoreconf_clean $(DEB_DH_AUTORECONF_CLEAN_ARGS)