7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
aclocal
|
|
automake --add-missing
|
|
autoconf
|
|
autoheader
|
|
./configure --prefix=/usr --sysconfdir=/etc $@
|