3
0
Fork 0
forked from mirrors/nixpkgs

emacs25pre: call autogen.sh before configuring

This commit is contained in:
Christoph Ruegge 2016-04-04 11:03:02 +02:00
parent bcc8e0ca1e
commit c251f82de9

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