diff options
author | dscho <dscho> | 2003-02-08 14:39:39 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-08 14:39:39 +0000 |
commit | c3d51c32e18fdce88c1e7d003e50c88646fc8e53 (patch) | |
tree | 904227442add8e7ea96e147d0faa4c86c0dfe61c /bootstrap.sh | |
parent | 14f7c577056d180ecaa3c72ff7d811dc8ca5ee62 (diff) | |
download | libtdevnc-c3d51c32e18fdce88c1e7d003e50c88646fc8e53.tar.gz libtdevnc-c3d51c32e18fdce88c1e7d003e50c88646fc8e53.zip |
removed Makefiles; these are generated now
Diffstat (limited to 'bootstrap.sh')
-rw-r--r-- | bootstrap.sh | 3 |
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 |