gcfavorites / dircproxy

Automatically exported from code.google.com/p/dircproxy
GNU General Public License v2.0
0 stars 0 forks source link

Umm... How do you install this thing? #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Docs seem out of date, telling me to run ./configure and then do make/make
install

However the version I checked out from svn (SSL version) doesn''t seem to have
a configure file.

There''s a configure.ac file, which has a comment in it:
# Process this file with autoconf to produce a configure script.

So I ran that, but the resulting configure file just spat out an error saying
it could not find the source in either "." or ".."

configure: error: can not find sources in . or ..

Or, after some fiddling, this:

#./configure
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in .. ../.. ../../..

Only other runnable thing is "autogen.sh" which does this:

tigger:/home/robl/dircproxy-ssl#./autogen.sh
/usr/bin/m4: configure.in: No such file or directory
automake: configure.ac: installing `./install-sh''
automake: configure.ac: installing `./mkinstalldirs''
automake: configure.ac: installing `./missing''
configure.ac: 9: required file `./[config.h].in'' not found
autoconf: configure.in: No such file or directory
./autogen.sh: ./configure: No such file or directory

So, what''s the installation procedure?

Original issue reported on code.google.com by noel.w8tvi on 29 Sep 2008 at 5:24