summaryrefslogtreecommitdiff
path: root/polux/application/ethtool/autogen.sh
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-02-20 16:38:56 +0100
committerJean-Philippe SAVE2012-02-20 16:38:56 +0100
commit55a15cc820e926219ebce47218ce1e2f35bb0c48 (patch)
treedba3ff39a766e47859ab7fd837d8da5d30b56b1f /polux/application/ethtool/autogen.sh
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
parentcfc4d43d4d19c398d994b75cb1eeda3c499bd234 (diff)
Add polux base by subtree merge
Diffstat (limited to 'polux/application/ethtool/autogen.sh')
-rwxr-xr-xpolux/application/ethtool/autogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/polux/application/ethtool/autogen.sh b/polux/application/ethtool/autogen.sh
new file mode 100755
index 0000000000..9f98ef8833
--- /dev/null
+++ b/polux/application/ethtool/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# You need autoconf 2.5x, preferably 2.57 or later
+# You need automake 1.7 or later. 1.6 might work.
+
+set -e
+
+aclocal
+autoheader
+automake --gnu --add-missing --copy
+autoconf