summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2006-07-13 23:03:45 +0000
committerMichael Jennings <mej@kainx.org>2006-07-13 23:03:45 +0000
commit1f7ded81f9871bb18c7bb0eefa9668f223a31899 (patch)
tree57762f0b958d501980c6aa7485952d8c9bad24bc /autogen.sh
parentf6fc5e71127f6648bcc4106eea6ecfe40dadcd16 (diff)
downloadlibast-1f7ded81f9871bb18c7bb0eefa9668f223a31899.tar.gz
Thu Jul 13 14:02:08 2006 Michael Jennings (mej)
Added thread, mutex, and condition interfaces along with their corresponding pthreads-based implementations. Not quite done yet, and not tested. Added dynamically-loadable module object class along with corresponding unit tests. Appears to work fine. ---------------------------------------------------------------------- SVN revision: 23882
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index f453e03..afe9439 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -55,9 +55,9 @@ done
export LIBTOOLIZE ACLOCAL AUTOCONF AUTOHEADER AUTOMAKE
# Check for existing libast.m4 we can use. Use the local one if not.
-if test ! -f "`$ACLOCAL --print-ac-dir`/libast.m4"; then
+#if test ! -f "`$ACLOCAL --print-ac-dir`/libast.m4"; then
ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
-fi
+#fi
# Run the stuff.
(set -x && $LIBTOOLIZE -c -f) || abort libtool