diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
commit | b67737d41f7c55e5d440e2eebd6d6adca05fb419 (patch) | |
tree | 34d9a0493282c6764cad571a5b6563df9c5bec9f /autogen.sh | |
parent | ec3c1bee24ce4da8bef326e8f2b659c846ff35b7 (diff) | |
parent | bae74eff1707ab9abac1f6122506ff1b7cc20098 (diff) | |
download | ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.gz ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.bz2 ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.zip |
* Upstream update
* Adding in documentation
* Adding a pkg-config .pc file for libappindicator
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ which gnome-autogen.sh || { } USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh +USE_COMMON_DOC_BUILD=yes \ +. gnome-autogen.sh --enable-gtk-doc |