Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Automake #11

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Automake #11

wants to merge 5 commits into from

Conversation

h4ck3rm1k3
Copy link

hi there, dont expect you to take this but FYI automake/autoconf

@MaZderMind
Copy link
Owner

what would be the downsides of merging this?
upsides would be better compatibility with !Linux OSes?

@h4ck3rm1k3
Copy link
Author

Hi there, I have not looked at this in a while, but give it a try.

@MaZderMind
Copy link
Owner

I just don't know enough about automake to decide this, that's what I asked for

@h4ck3rm1k3
Copy link
Author

Well, try it out

aclocal 
automake --gnu --add-missing
autoconf
./configure 
make

@MaZderMind
Copy link
Owner

configure does not check for libosmpbf-dev and for some of the required boost-packages (maybe just depend on libboost-all-dev?)

it also reports geos as missing, despite libgeso-dev is already present (what's actually needed is libgeos++-dev)

I'd also like to see an autogen.sh added:

#!/bin/sh
aclocal
automake --gnu --add-missing
autoconf
./configure
make

and the Line in the README.md changed that instructs to just call make.

@h4ck3rm1k3
Copy link
Author

Ok, will look into fixing this up.

On Mon, Mar 23, 2015 at 4:42 AM, Peter [email protected] wrote:

configure does not check for libosmpbf-dev and for some of the required
boost-packages (maybe just depend on libboost-all-dev?)

it also reports geos as missing, despite libgeso-dev is already present
(what's actually needed is libgeos++-dev)

I'd also like to see an autogen.sh added:

#!/bin/sh
aclocal
automake --gnu --add-missing
autoconf
./configure
make

and the Line in the README.md changed that instructs to just call make.

Reply to this email directly or view it on GitHub
#11 (comment)
.

James Michael DuPont
Member of Free Libre Open Source Software Kosova http://www.flossk.org
Saving Wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com

* Makefile:
@h4ck3rm1k3
Copy link
Author

Here you go!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants