diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 10:44:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 10:44:15 -0600 |
commit | cd2a4a9104edd5558b2d610b3f17d93edd990b55 (patch) | |
tree | 2750482d0d53bd71cfd8ebccaa660992ead88d4b | |
parent | e0bf73e8c49059647c0b5dcd747f1234de95f010 (diff) | |
parent | 65195973e8ad407e1cf3fddb3da0ace128b98542 (diff) | |
download | libayatana-appindicator-cd2a4a9104edd5558b2d610b3f17d93edd990b55.tar.gz libayatana-appindicator-cd2a4a9104edd5558b2d610b3f17d93edd990b55.tar.bz2 libayatana-appindicator-cd2a4a9104edd5558b2d610b3f17d93edd990b55.zip |
Fix to autogen.sh to support configure options.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ which gnome-autogen.sh || { USE_GNOME2_MACROS=1 \ USE_COMMON_DOC_BUILD=yes \ -gnome-autogen.sh --enable-gtk-doc +. gnome-autogen.sh --enable-gtk-doc |