mirror of https://github.com/nirenjan/libx52.git
`runstatedir` is only available in Autoconf 2.70, but unless the distribution is a bleeding edge system, it most likely uses Autoconf 2.69. That said, several major distributions have backported runstatedir support to the older versions, hiding the issue. See #35. This change replaces all references to runstatedir to use $localstatedir/run instead, which is what is recommended by the autoconf manual. This also updates the build instructions to add --localstatedir and --sysconfdir. This is because the lack of the options would have them default to `$(prefix)/var` and `$(prefix)/etc` respectively, and with prefix set to `/usr`, these would be the bogus directories `/usr/var` and `/usr/etc`. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| daemon.dox | ||
| x52d.conf | ||
| x52d.service.in | ||
| x52d_clock.c | ||
| x52d_clock.h | ||
| x52d_config.c | ||
| x52d_config.def | ||
| x52d_config.h | ||
| x52d_config_dump.c | ||
| x52d_config_parser.c | ||
| x52d_const.h | ||
| x52d_device.c | ||
| x52d_device.h | ||
| x52d_io.c | ||
| x52d_io.h | ||
| x52d_led.c | ||
| x52d_main.c | ||
| x52d_mouse.c | ||
| x52d_mouse.h | ||
| x52d_mouse_evdev.c | ||