Merge pull request #14438 from cruegge/master

emacs25pre: call autogen.sh before configuring
This commit is contained in:
Peter Simons 2016-04-04 11:50:34 +02:00
commit c4ef028d56

View File

@ -5,6 +5,8 @@ source $stdenv/setup
# *our* versions, not the ones found in the system, as it would do by default.
# On other platforms, this appears to be unnecessary.
preConfigure() {
./autogen.sh
for i in Makefile.in ./src/Makefile.in ./lib-src/Makefile.in ./leim/Makefile.in; do
substituteInPlace $i --replace /bin/pwd pwd
done