summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-19 23:49:36 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-19 23:49:36 -0400
commit2648289c652c12f7fc831d8c3922456d4a285ae5 (patch)
tree60e12fb0713771569bde244680b8ff98c6b1da2c /autogen.sh
parent1e93f987b56bd157f74808e0d0eb4d274437ba68 (diff)
downloaddconf-2648289c652c12f7fc831d8c3922456d4a285ae5.tar.gz
cleanup automake
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 6685786..08d6b97 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,9 +3,8 @@
set -e
if [ "$1" = "clean" ]; then
- rm -f aclocal.m4 configure missing install-sh depcomp ltmain.sh \
- config.* `find . -name Makefile.in` compile libtool
- rm -rf autom4te.cache
+ rm -f aclocal.m4 configure config.* `find . -name Makefile.in` libtool
+ rm -rf autom4te.cache m4 aux
exit
fi
@@ -15,6 +14,7 @@ else
automake=automake
fi
+mkdir -p m4
gtkdocize --docdir docs --flavour no-tmpl
libtoolize --automake
aclocal ${ACLOCAL_FLAGS}