7 lines
134 B
Bash
7 lines
134 B
Bash
|
#!/bin/sh
|
||
|
libtoolize
|
||
|
aclocal
|
||
|
automake --add-missing
|
||
|
autoreconf -f $@
|
||
|
./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var
|