]> Pileus Git - grits/blobdiff - autogen.sh
* Fixing some memory leaks. A few minor ones in AWeather and a major one in RSL
[grits] / autogen.sh
index 9f31be255ef1de1a1e181a0205fec13fcee24d4a..52c7bc999cee92ae82a5c533b3bf35ef922788ad 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/sh
 
+gtkdocize
 aclocal
 autoheader
 automake -a -c
 autoconf
 
 # Run configure
-./configure
+./configure "$@"