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