aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2012-07-15 13:20:10 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2012-07-15 13:20:10 +0200
commit4c6e57db909294d2b43e49568ec3797070cb158a (patch)
treeb37aaf20fc7573007880cf347f5903c1054496c0 /autogen.sh
parent793b457ce991ef561ed0ee286a6660b074de9dcb (diff)
downloadtlsdate-4c6e57db909294d2b43e49568ec3797070cb158a.tar.gz
fixup src and config reorg started by borkmann
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 5de05af..feb968b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@
set -e
-exec autoreconf -ivf && \
+exec autoreconf -ivf -I src -I config && \
aclocal && \
autoheader && \
autoconf && \