tamentis / prwd

prwd is a replacement for your shell's PS1, it provides a simple templating language with commands to customize your prompt.
ISC License
10 stars 4 forks source link

Why should ./configure -l? #5

Closed cicku closed 11 years ago

cicku commented 11 years ago

Hi,

I'm packaging prwd into Fedora but now when configure I found that it doesn't support the standard...

Sorry but '--build=i686-redhat-linux-gnu' is currently unsupported, you can attemp 'bsd' or 'linux' as target and cross your fingers. In order to do that you just need to give either one as parameter to ./configure. You can get the official list of supported platform with ./configure -l

Will you consider an enhancement?

Thanks.

tamentis commented 11 years ago

This is not a standard autoconf ./configure script. I'll find myself a tutorial on autoconf and I'll see what I can do ;)

tamentis commented 11 years ago

Alright, can you try with the latest git pushes, I converted the old school configure/Makefiles to autoconf. It's ugly, it's slow, but if that makes packager's life easier, why not.

cicku commented 11 years ago
tamentis commented 11 years ago

I'm going to throw it out there, but many softwares are using their own configure/make, like Redis for example. I'm sure Fedora has a mode for such packages. All you need to do is run ./configure without parameters and it will do the right thing.

tamentis commented 11 years ago

Alright, I stripped all the autoconf automake stuff and had the ./configure script respond accordingly to the flags you mentioned above. Can you give it a shot (latest git push)?