diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-17 17:29:42 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-17 17:29:42 +0100 |
commit | 660e705f1eaf7fc7cc26dc9d18665b9042ca15dc (patch) | |
tree | a5af01e3e6999f9f3f87a0222f1dc08fd20d3a4c | |
parent | 133b2c8a3458c60ee08a1c8a6a6ba238ddfd56d6 (diff) |
don't pass --enable-gtk-doc in autogen.sh
Gtk dock makefile crapness will trip up the unsuspecting, so don't pass it in autogen.sh by default.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ $AUTOMAKE -a || exit 1 $AUTOMAKE -a ohmd/Makefile || exit 1 -conf_flags="--enable-gtk-doc" +conf_flags="" if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... |