2
by mhalcrow@us.ibm.com
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component, |
1 |
#!/bin/sh
|
2 |
||
3 |
# Run this script on a fresh checkout from the repository, or if your
|
|
4 |
# distro's build environment chokes
|
|
5 |
||
6 |
autoreconf -i -v -f |
|
7 |
libtoolize --copy --force |
|
8 |
aclocal |
|
9 |
autoconf |
|
10 |
automake |