default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# Fix conflicts with unversioned installation
sed -i '
	/^pkgdatadir =/ {
		s/$/-@VERSION@/
	}
	/^SUBDIRS =/ {
		s/ emacs$//
		s/ doc / /
	}
' \
      Makefile.in \
      bin/Makefile.in \
      lib/Autom4te/Makefile.in \
      lib/Makefile.in \
      lib/autoconf/Makefile.in \
      lib/autoscan/Makefile.in \
      lib/autotest/Makefile.in \
      lib/m4sugar/Makefile.in \
      man/Makefile.in &&
sedit 's!maybe_os in$!& linux-musl*|\\!' build-aux/config.sub
