diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-26 10:18:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-26 10:18:58 +0000 |
commit | 014a5057b6ef0ce9f306c7d67a0ab1a78685bded (patch) | |
tree | 4cd721ae793403fd7f1d941cfb9545d57bb6cb50 /Fix-build-failure-due-to-automake-upgrade.patch | |
parent | f8df558c493aef641b0557e2ffd746d7df7501c5 (diff) |
automatic import of lassoopeneuler24.03_LTS
Diffstat (limited to 'Fix-build-failure-due-to-automake-upgrade.patch')
-rw-r--r-- | Fix-build-failure-due-to-automake-upgrade.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Fix-build-failure-due-to-automake-upgrade.patch b/Fix-build-failure-due-to-automake-upgrade.patch deleted file mode 100644 index 69e2f5f..0000000 --- a/Fix-build-failure-due-to-automake-upgrade.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur a/autogen.sh b/autogen.sh ---- a/autogen.sh 2021-04-29 21:10:58.149803718 +0800 -+++ b/autogen.sh 2024-07-22 17:15:47.682690860 +0800 -@@ -27,7 +27,10 @@ - DIE=1 - } - --if automake-1.16 --version < /dev/null > /dev/null 2>&1; then -+if automake-1.17 --version < /dev/null > /dev/null 2>&1; then -+ AUTOMAKE=automake-1.17 -+ ACLOCAL=aclocal-1.17 -+elif automake-1.16 --version < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake-1.16 - ACLOCAL=aclocal-1.16 - elif automake-1.15 --version < /dev/null > /dev/null 2>&1; then |