mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
dda1f2b15c
git-svn-id: http://encfs.googlecode.com/svn/trunk@71 db9cf616-1c43-0410-9cb8-a902689de0d6
13 lines
132 B
Bash
13 lines
132 B
Bash
#!/bin/sh
|
|
|
|
rm m4/[c-z]*.m4
|
|
|
|
echo Creating autoconf scripts...
|
|
sh ./reconfig.sh
|
|
|
|
echo Configuring...
|
|
./configure
|
|
|
|
sh ./makedist2.sh
|
|
|