2006-04-26 06:18:21 +02:00
|
|
|
#!/bin/sh
|
2007-05-21 12:46:32 +02:00
|
|
|
export ACLOCAL="aclocal -I m4"
|
2006-04-26 06:18:21 +02:00
|
|
|
|
2007-05-21 17:36:08 +02:00
|
|
|
intltoolize
|
2008-04-24 13:52:09 +02:00
|
|
|
autoreconf -i
|
2009-10-20 08:26:46 +02:00
|
|
|
./configure --enable-maintainer-mode "$@"
|