Commit ./configure and the rest of the autoconf stuff to git so that
authorCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 15:03:29 +0000 (15:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 17:48:22 +0000 (17:48 +0000)
commit525bf478f709f596060bd26a3e0299a8e78c4fd7
tree9c047f53de902fb47ab1c15766c91f06e2a87e21
parentb24942beab530945c8787b8dc27ebd0d1573e95e
Commit ./configure and the rest of the autoconf stuff to git so that
we don't need the correct version of automake on the build host.
Add a cscript.
14 files changed:
.gitignore
Makefile.in [new file with mode: 0644]
config/ar-lib [new file with mode: 0755]
config/compile [new file with mode: 0755]
config/config.guess [new file with mode: 0755]
config/config.sub [new file with mode: 0755]
config/depcomp [new file with mode: 0755]
config/install-sh [new file with mode: 0755]
config/ltmain.sh [new file with mode: 0644]
config/missing [new file with mode: 0755]
configure [new file with mode: 0755]
cscript [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]