diff options
author | Thomas Osterried <thomas@osterried.de> | 2006-10-04 13:18:50 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2006-10-04 13:18:50 +0000 |
commit | 981af1193d960e8234e7b0c8fe048aca1ebdb6e9 (patch) | |
tree | cce24da9d5a4349759786510bccaa3bd5ad89c27 | |
parent | 7105ec156ca30dde28003f839fd25f717e9bf0c1 (diff) |
- bootstrap was missing
- arguments for configure
-rw-r--r-- | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..2bc870b --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +aclocal +autoconf +automake --add-missing +#./configure +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man |