diff options
| -rw-r--r-- | .gitignore | 0 | ||||
| -rwxr-xr-x | bootstrap.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/bootstrap.sh b/bootstrap.sh index e26f141..8848066 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,4 @@ #!/bin/sh mkdir -p m4 +libtoolize autoreconf -i |