65524fc0dd
git-svn-id: http://tint2.googlecode.com/svn/trunk@90 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ ! -d m4 ] && mkdir m4
|
|
|
|
autoreconf -i -s -f
|