I have a program that I would like to install that has a comment in the makefile like
# Uncomment the following if using Red Hat or CentOS #CXX = g++44
My question is, isn't there a simple way for the makefile to make that determination itself without me having to go in and uncomment this and that?
[link][8 comments]