diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-17 17:09:29 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 13:10:13 -0500 |
commit | d10ce69cc77ab20aacdd8fa80cc47df532547921 (patch) | |
tree | 96eacd5e8135966223b538b0e6ce578d44b49ec6 /autogen.sh | |
parent | b0d2945b5b387feea20c43f74914177c4f74f1ed (diff) |
autogen: cleanup
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh index e5bbcdfac7..f4ff2019d4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,14 +1,5 @@ #!/bin/sh -set -e +type -p gtkdocize > /dev/null && gtkdocize --docdir docs -if type -p gtkdocize > /dev/null; then - gtkdocize --docdir docs - gtkdocargs=--enable-gtk-doc -fi - -aclocal -I m4 && \ -autoheader && \ -autoconf && \ -libtoolize --copy && \ -automake --add-missing --copy +autoreconf -f -i |