Merge pull request #14438 from cruegge/master
emacs25pre: call autogen.sh before configuring
This commit is contained in:
commit
c4ef028d56
@ -5,6 +5,8 @@ source $stdenv/setup
|
|||||||
# *our* versions, not the ones found in the system, as it would do by default.
|
# *our* versions, not the ones found in the system, as it would do by default.
|
||||||
# On other platforms, this appears to be unnecessary.
|
# On other platforms, this appears to be unnecessary.
|
||||||
preConfigure() {
|
preConfigure() {
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
for i in Makefile.in ./src/Makefile.in ./lib-src/Makefile.in ./leim/Makefile.in; do
|
for i in Makefile.in ./src/Makefile.in ./lib-src/Makefile.in ./leim/Makefile.in; do
|
||||||
substituteInPlace $i --replace /bin/pwd pwd
|
substituteInPlace $i --replace /bin/pwd pwd
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user