mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
4fc836f032
git-svn-id: http://encfs.googlecode.com/svn/trunk@2 db9cf616-1c43-0410-9cb8-a902689de0d6
11 lines
115 B
Bash
11 lines
115 B
Bash
#!/bin/sh
|
|
|
|
echo Creating autoconf scripts...
|
|
sh ./reconfig.sh
|
|
|
|
echo Configuring...
|
|
./configure
|
|
|
|
sh ./makedist2.sh
|
|
|