diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-11 06:32:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-11 06:32:41 +0000 |
commit | 15c900839b89605abb85c4dc6d063d2ce225f603 (patch) | |
tree | 8a8803c9bfa67fb79c59cc67cb24e20beadac5db /ares | |
parent | 2fd463e979ca57c07be4c54e945c33de8651c17c (diff) |
when checked out from CVS, run this to generate the proper scripts
Diffstat (limited to 'ares')
-rwxr-xr-x | ares/buildconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/buildconf b/ares/buildconf new file mode 100755 index 000000000..311b817be --- /dev/null +++ b/ares/buildconf @@ -0,0 +1,4 @@ +#!/bin/sh + +aclocal +autoconf |