Commit By: raeburn Log Message: Only add -Os for size optimizations if CFLAGS wasn't specified already. If the configure-generated CFLAGS string is one of the usual ones with -O2, replace -O2 rather than appending, since -Os will override previously specified optimization levels anyways. Changed Files: U trunk/src/aclocal.m4