7 lines
90 B
Bash
7 lines
90 B
Bash
|
#!/bin/sh -x
|
||
|
|
||
|
# this is the world's most complicated autogen.sh script :)
|
||
|
|
||
|
exec autoconf
|
||
|
|