diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-27 21:32:50 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-27 21:32:50 +0000 |
commit | 8b246a3cb8495ec89f68b9e838b587a0498040fe (patch) | |
tree | d169dce17db9e899b268b6a4c9d2013252f6a879 | |
parent | 10c9c205aed75707b293f08ecc3af07fa008cb2b (diff) | |
download | gnutls-8b246a3cb8495ec89f68b9e838b587a0498040fe.tar.gz |
Mention --enable-gtk-doc.
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh gtkdocize autoreconf --force --install -echo "You can now run \"./configure --enable-developer-mode\" and \"make\"" +echo "You can now run \"./configure --enable-developer-mode --enable-gtk-doc\" and \"make\"" |