diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-22 14:50:59 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-05-22 14:50:59 -0700 |
commit | 88198bc5eb99d1813a8317d99834151318709230 (patch) | |
tree | b5bed4b0f412cb82e06228b5c56fd08b9615b3be | |
parent | e5722e73225f8d0cdcdb587d7c0467b68feb599f (diff) | |
download | libmnl-88198bc5eb99d1813a8317d99834151318709230.tar.gz libmnl-88198bc5eb99d1813a8317d99834151318709230.zip |
adding autoreconf -i
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b1fdaf7..70cb177 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ configure: configure.ac Makefile.am config.status: configure dh_testdir rm -f config.cache + autoreconf -i $(configure) %: dh $@ |