sugar-toolkit-gtk3/autogen.sh

6 lines
73 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
./configure "$@"