aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2012-07-15 16:06:18 -0400
committerJacob Appelbaum <jacob@appelbaum.net>2012-07-15 16:06:59 -0400
commitd9618897cfa52d556858caf9085bf203ee1c4484 (patch)
treee1f6dedfa1dd9bd69ecee379c6d371bc1e2bd6ba /autogen.sh
parentd6639cab17890d54deaf00d990b20c4e239a24df (diff)
downloadtlsdate-d9618897cfa52d556858caf9085bf203ee1c4484.tar.gz
dirty hack to ensure config is alive and well
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index feb968b..345ccc2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,11 @@
set -e
+if [ ! -d config ];
+then
+ mkdir config;
+fi
+
exec autoreconf -ivf -I src -I config && \
aclocal && \
autoheader && \