summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-01-04 12:31:41 +0100
committerGravatar Jonathan Beck2009-01-04 12:31:41 +0100
commitca40090460a6e43112c1f9e9d414727c29a9847d (patch)
treea439dad5ab5ee03d604ae363adec77ae9f979d59 /autogen.sh
parent135e43c1767c6d1cc4cad057130bf371a548f648 (diff)
downloadlibplist-ca40090460a6e43112c1f9e9d414727c29a9847d.tar.gz
libplist-ca40090460a6e43112c1f9e9d414727c29a9847d.tar.bz2
Setup warning flags and fixes missing static attribute for local funtions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c17ea96..9aa7170 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-aclocal
+aclocal -I m4
libtoolize
autoheader
automake --add-missing