Revision: | 204 |
Committed: | 2003-07-16T23:51:53-07:00 (19 years, 6 months ago) by douglas |
Content type: | text/x-sh |
File size: | 359 byte(s) |
Log Message: | Moved Socket test before OpenSSL check, so it works. |
# | Content |
---|---|
1 | #!/bin/sh |
2 | # |
3 | # Douglas Thrift's Search Engine |
4 | # |
5 | # Douglas Thrift |
6 | # |
7 | # $Id: autoconf.sh,v 1.4 2003/07/17 06:51:53 douglas Exp $ |
8 | |
9 | rm -f aclocal.m4 acinclude.m4 |
10 | rm -rf autom4te*.cache |
11 | |
12 | acinclude --verbose |
13 | echo $0: writing check_gnu_make.m4 to acinclude.m4 |
14 | cat `acinclude --print-ac-dir`/Installed_Packages/check_gnu_make.m4 >> \ |
15 | acinclude.m4 |
16 | autoreconf --verbose |
Name | Value |
---|---|
svn:executable | * |