On Friday 03 April 2009 20:01:15 Reuben Thomas wrote: > Is there a standard way to make an autotoolised build system require GNU > Make? I'm getting a bit fed up having to express everything in POSIX make > when most systems now seem to have GNU Make, even where it's not installed > as the default make.
you dont want warnings or you want automake to generate code specific to GNU make ? the former is `automake --warnings=no-portability`. -mike
