mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
588b48caf6
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
#aclocal
|
|
#autoheader
|
|
#libtoolize --copy --force
|
|
#automake-1.9 -acf
|
|
#autoconf
|
|
|
|
autoreconf -i -f -v
|