xref: /aosp_15_r20/external/ethtool/autogen.sh (revision 1b481fc3bb1b45d4cf28d1ec12969dc1055f555d)
1#!/bin/sh
2
3# You need autoconf 2.5x, preferably 2.57 or later
4# You need automake 1.7 or later. 1.6 might work.
5
6set -e
7
8aclocal
9autoheader
10automake --gnu --add-missing --copy
11autoconf
12