]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - autogen.sh
Merge from trunk
[sojka/lightdm.git] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 libtoolize --force --copy
5 intltoolize --force --copy
6 gtkdocize --copy
7 aclocal
8 autoconf
9 autoheader
10 automake --add-missing --copy --foreign
11 if [ -z "$NOCONFIGURE" ]; then
12     ./configure $@
13 fi