summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-05-29 01:57:00 +0000
committerAdrian Thurston <thurston@complang.org>2011-05-29 01:57:00 +0000
commit67cee0221975b384ba910693187823eb15e972d8 (patch)
treee2aaea0b3e15cde1e3715fc0068d0ea105067670 /autogen.sh
parent675df563782ce25938eba33ad01ae90435739487 (diff)
downloadcolm-67cee0221975b384ba910693187823eb15e972d8.tar.gz
Moved config.h.in away to defs.h.in, need to rely on autoheader to generate it.
refs #296
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 381fc8df..a9444153 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,6 @@
libtoolize --copy --force
aclocal
-# autoheader
+autoheader
automake --foreign --add-missing
autoconf