~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: mhalcrow@us.ibm.com
  • Date: 2007-11-06 22:56:01 UTC
  • Revision ID: git-v1:f8357de9d554b274497b5cce9db4347254b7e7eb
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component,
etc.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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