diff options
-rwxr-xr-x | buildconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf b/buildconf new file mode 100755 index 000000000..ac62e0abc --- /dev/null +++ b/buildconf @@ -0,0 +1,6 @@ +#!/bin/sh + +automake +aclocal +autoheader +autoconf |