This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

help: best way to use autoconf and makefile with cygwin


Hi there!

Yesterday I added some code to my makefiles to make the program
compile without any problem under cygwin and unix systems.

The questions, is there any standard? any way to make this
always the same?

I did something like:
case $system
       Linux)
               blalblaba
             ;;
       CYGWIN*)
               etc etc
...

It works perfect on my machine, but not sure if under winnt works the
same way.

Just curiosity

Joaquin Grech

---------------------------------------------------------------
!     C r e a t i v i t y     M u s t    S u r v i v e        !
---------------------------------------------------------------
!  Fido: 2:341/19.67                 Euronet: 25:928/100.67   !
!  Internet: creative1@bigfoot.com                            !
!  Http://surf.to/creative                  Ya me direis :)   !
---------------------------------------------------------------


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]