summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-09-30 03:16:37 +0000
committerAdrian Thurston <thurston@complang.org>2011-09-30 03:16:37 +0000
commit977d50d254b0dd1e7ba821d05345980ede33759d (patch)
treeabd8ecf2781e1a8bccdc6113299106539dd981e2 /autogen.sh
parent9814e48d8b4cd2c8441ac7637ac4d9ec5155e766 (diff)
downloadcolm-977d50d254b0dd1e7ba821d05345980ede33759d.tar.gz
Added an option for using malloc in the pool alloc. Helps with tracking down
memory leaks with valgrind. Fixed a couple leaks.
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 a9444153..be06eec4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-libtoolize --copy --force
+#libtoolize --copy --force
aclocal
autoheader
automake --foreign --add-missing