You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/erlang/files/erlang-custom-autoconf.patch

15 lines
398 B

diff -ur otp-OTP-21.0.5.orig/otp_build otp-OTP-21.0.5/otp_build
--- otp-OTP-21.0.5.orig/otp_build 2018-08-10 19:02:51.000000000 +0200
+++ otp-OTP-21.0.5/otp_build 2018-08-15 23:44:59.417191209 +0200
@@ -1343,7 +1343,9 @@
do_lazy_configure "$@";
do_boot;;
autoconf)
- do_autoconf;;
+ create_lib_configure_in
+ distribute_config_helpers
+ ;;
configure)
shift;
do_configure "$@";;