diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-05-10 16:39:06 -0700 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-05-11 01:41:54 +0000 |
commit | d1beba186b096550075bbc5d1c8b5d745ac90641 (patch) | |
tree | 427412453837accf433b8b8b6fe5abf1d512137f /debian/autogen.sh | |
parent | 1f7528e003d6c1d3c061065fa44773caf74874a9 (diff) | |
download | vyatta-op-vpn-d1beba186b096550075bbc5d1c8b5d745ac90641.tar.gz vyatta-op-vpn-d1beba186b096550075bbc5d1c8b5d745ac90641.zip |
Address autoreconf warnings
* add /m4 to .gitignore
* set ACLOCAL_AMFLAGS in Makefile.am
* set AC_CONFIG_MACRO_DIR in configure.ac
* remove and re-create m4 directory before running autoreconf
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'debian/autogen.sh')
-rwxr-xr-x | debian/autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/autogen.sh b/debian/autogen.sh index e8c94af..92719c8 100755 --- a/debian/autogen.sh +++ b/debian/autogen.sh @@ -1,9 +1,10 @@ #!/bin/sh -rm -rf config +rm -rf config m4 rm -f aclocal.m4 config.guess config.statusconfig.sub configure INSTALL +mkdir -p m4 autoreconf --force --install rm -f config.sub config.guess |