nagyistoce / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

No configure file #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fetch the source from http://cardpeek.googlecode.com/svn/trunk/
2. As specified by http://pannetrat.com/Cardpeek/Install/, try to do 
"./configure"

What is the expected output? What do you see instead?
Configuration is supposed to happen.

What version of the product are you using? On what operating system?
There is no "configure" file in the repro. Browsing at 
https://code.google.com/p/cardpeek/source/browse/#svn%2Ftrunk we can see that 
there is a configure.ac but no configure file.

Original issue reported on code.google.com by a...@drissman.com on 18 Oct 2014 at 5:57

GoogleCodeExporter commented 9 years ago
This is normal. Many open source projects proceed this way. The SVN repo 
contains all the "source" files needed to generate everything else: you can 
generate "configure" files from "configure.ac" by typing "aclocal" followed by 
"autoreconf -i" (this assumes you have autotools installed).

If you need a distribution-ready version of the source code, it's better to use 
the latest tarball available from http://downloads.pannetrat.com

Original comment by L...@gmx.com on 19 Oct 2014 at 6:31

GoogleCodeExporter commented 9 years ago
Then the docs, which say to "./configure", are wrong. 

Avi

Original comment by a...@drissman.com on 19 Oct 2014 at 2:33