lirc: fix build on ubuntu
autoconf looks in /proc/version for `Ubuntu` and on match overrides the
`--with-systemdsystemunitdir` value set in `configureFlags` causing the
build to fail.
> mkdir -p '/lib/systemd/system'
> mkdir: cannot create directory '/lib': Permission denied
patch `configure.ac` to prevent the override when building on ubuntu
authored by Reno Dakota and committed by Bjørn Forsman 3348c124 d6a39b5a