summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2008-10-14 14:14:36 +0200
committerSven Verdoolaege <skimo@kotnet.org>2008-10-14 14:14:36 +0200
commitf719cf8faf20897df40be9e54aa88d1433c92e0e (patch)
treee7a07575f3b4b3952c67f4d3ae5ee8cb5a9ea66a /autogen.sh
parent6bcdd73ae1efb847a94e5dd003c95133016e9685 (diff)
downloadisl-f719cf8faf20897df40be9e54aa88d1433c92e0e.tar.gz
isl-f719cf8faf20897df40be9e54aa88d1433c92e0e.tar.bz2
isl-f719cf8faf20897df40be9e54aa88d1433c92e0e.zip
use uint_32_t from stdint.h instead of u_int_32_t
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 505354de..9b8498a3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
libtoolize -c
-aclocal
+aclocal -I m4
autoheader
automake -a -c --foreign
autoconf