sugar-toolkit-gtk3/autogen.sh

7 lines
85 B
Bash
Raw Normal View History

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 12:46:32 +02:00
autoreconf -i
2007-05-21 17:36:08 +02:00
intltoolize
2007-05-21 12:46:32 +02:00
./configure "$@"