autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

detecting OS


From: Helder Correia
Subject: detecting OS
Date: Sat, 17 Nov 2001 03:03:51 +0000

Hello

How can I write a configure.in file in a way I can make something like this:

if linux
    do this
else if freebsd
    do that
else if solaris
    do this;
    do that;


Do I have to work out with automake too?
(note: if solaris then I have to do something like app_LDADD in Makefile.am)

Thanks in advance...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]