summaryrefslogtreecommitdiff
path: root/debian/autogen.sh
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-10-26 16:58:08 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-10-26 16:58:08 -0700
commitde8b643eb1ff7c056f4e5e9c920387ed2d2d2a11 (patch)
tree333c2e0b2f020ed6469c3076d43050de08cfcb4a /debian/autogen.sh
downloadvyatta-config-mgmt-de8b643eb1ff7c056f4e5e9c920387ed2d2d2a11.tar.gz
vyatta-config-mgmt-de8b643eb1ff7c056f4e5e9c920387ed2d2d2a11.zip
Create vyatta-config-mgmt repo.debian/0.1
Diffstat (limited to 'debian/autogen.sh')
-rwxr-xr-xdebian/autogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/autogen.sh b/debian/autogen.sh
new file mode 100755
index 0000000..e8c94af
--- /dev/null
+++ b/debian/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+
+rm -rf config
+rm -f aclocal.m4 config.guess config.statusconfig.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 .