summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-04-02 11:29:34 -0700
committerSam Roberts <vieuxtech@gmail.com>2009-04-02 11:29:34 -0700
commitc04d3640fb4eac64dfb719dbe39b1c06a9859666 (patch)
tree46d3fdd9eef01087004898aee1e593c900aab366
parent8017c1600d11bb9f597e82dd2929d1a7e503e9a5 (diff)
downloadlibnet-c04d3640fb4eac64dfb719dbe39b1c06a9859666.tar.gz
libtoolize complains when run before aclocal
Complaint was: You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
-rwxr-xr-xlibnet/autogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnet/autogen.sh b/libnet/autogen.sh
index 07a4ba9..464f1ba 100755
--- a/libnet/autogen.sh
+++ b/libnet/autogen.sh
@@ -12,8 +12,9 @@ set -x
set -e
rm -fr autom4te.cache
-libtoolize --force
aclocal -I .
+# for aclocal? -I /usr/share/aclocal
+libtoolize --force
autoheader
automake -a -c --foreign --force
libtoolize --force