mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
10 lines
112 B
Bash
10 lines
112 B
Bash
![]() |
#!/bin/sh -x
|
||
|
|
||
|
#aclocal
|
||
|
#autoheader
|
||
|
#libtoolize --copy --force
|
||
|
#automake-1.9 -acf
|
||
|
#autoconf
|
||
|
|
||
|
autoreconf -i -f -v
|