diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-08 06:16:05 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-04-26 15:38:07 -0700 |
commit | 51fa891d411f490f4d4623b774ded0c1943696a6 (patch) | |
tree | f04cbabf3326094a2697639761eeab196cad65b2 | |
parent | 516361d65a2b3ac065530620014f50e3f10436de (diff) | |
download | libsoup-51fa891d411f490f4d4623b774ded0c1943696a6.tar.gz libsoup-51fa891d411f490f4d4623b774ded0c1943696a6.tar.bz2 libsoup-51fa891d411f490f4d4623b774ded0c1943696a6.zip |
Do not require gtk-doc
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -19,13 +19,13 @@ if test -z $INTLTOOLIZE; then exit 1 fi -GTKDOCIZE=`which gtkdocize` -if test -z $GTKDOCIZE; then - echo "*** No GTK-Doc found, please install it ***" - exit 1 -fi +#GTKDOCIZE=`which gtkdocize` +#if test -z $GTKDOCIZE; then +# echo "*** No GTK-Doc found, please install it ***" +# exit 1 +#fi -gtkdocize || exit $? +#gtkdocize || exit $? intltoolize --automake --copy autoreconf --force --install --verbose |