autoconf: Portable Make

1 
1 12 Portable Make Programming
1 ****************************
1 
1 Writing portable makefiles is an art.  Since a makefile's commands are
1 executed by the shell, you must consider the shell portability issues
1 already mentioned.  However, other issues are specific to `make' itself.
1 

Menu