autogen.sh: configure with normally used defaults for prefix and sysconfdir

This commit is contained in:
Silvan Calarco 2013-01-01 22:13:18 +01:00
parent ddad019c25
commit b358e4a43b

View File

@ -2,4 +2,4 @@
aclocal
automake --add-missing
autoconf
./configure $@
./configure --prefix=/usr --sysconfdir=/etc $@