diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-10-07 18:07:16 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-10-07 18:07:16 -0700 |
commit | 1f7bba17f9d53aad7810718ea26d8bbad405b309 (patch) | |
tree | 5b3cef11c97d0bf39e51da049c1f8a21bdbe1cfc /debian/autogen.sh | |
download | vyatta-zone-debian/0.1.tar.gz vyatta-zone-debian/0.1.zip |
Initial releasedebian/0.1
Diffstat (limited to 'debian/autogen.sh')
-rwxr-xr-x | debian/autogen.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/autogen.sh b/debian/autogen.sh new file mode 100755 index 0000000..adb6d1c --- /dev/null +++ b/debian/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + + +rm -rf config +rm -f aclocal.m4 config.guess config.status config.sub configure INSTALL + +autoreconf --force --install + +rm -f config.sub config.guess +ln -s /usr/share/misc/config.sub . +ln -s /usr/share/misc/config.guess . |