>> +dnl Directory for GBM >> + >> +AC_ARG_WITH([gbm-configdir], >> + [AS_HELP_STRING([--with-gbm-configdir=DIR], >> + [directory for the GBM configs @<:@/etc/gbm.conf.d@:>@])], >> + [GBM_CONFIG_DIR="$withval"], >> + [GBM_CONFIG_DIR='/etc/gbm.conf.d']) > > Without commenting on the rest of the change, these should be > ${sysconfigdir} instead of /etc.
With ${sysconfigdir} I get /usr/local/etc (${prefix}/etc) by default, seems not a good place. Regards, Qiang _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev