8dd4d52006
what autoreconf would do) git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2059 178a84e3-b1eb-0310-8ba1-8eac791a3b58
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
# [Re]generate autoconf files.
|
|
|
|
autoreconf --install "$@"
|