summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authordscho <dscho>2003-02-08 14:39:39 +0000
committerdscho <dscho>2003-02-08 14:39:39 +0000
commitc3d51c32e18fdce88c1e7d003e50c88646fc8e53 (patch)
tree904227442add8e7ea96e147d0faa4c86c0dfe61c /bootstrap.sh
parent14f7c577056d180ecaa3c72ff7d811dc8ca5ee62 (diff)
downloadlibtdevnc-c3d51c32e18fdce88c1e7d003e50c88646fc8e53.tar.gz
libtdevnc-c3d51c32e18fdce88c1e7d003e50c88646fc8e53.zip
removed Makefiles; these are generated now
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5e1caa5..d4341de 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,6 @@
#!/bin/sh
-aclocal && automake && autoconf && ./configure && make
+aclocal && autoheader && \
+ automake --add-missing && autoconf && ./configure && make