diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-10-26 05:06:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-10-26 05:06:45 +0000 |
| commit | 5248dcbb19233badd46e67e8089c67f605554021 (patch) | |
| tree | 98fc419f6017523a78b2619922da9e509203386f /Fix-build-failure-due-to-automake-upgrade.patch | |
| parent | 41a46ebbc7df8cbfa324ed301a76fbdbb0215f10 (diff) | |
automatic import of lasso
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, 15 insertions, 0 deletions
diff --git a/Fix-build-failure-due-to-automake-upgrade.patch b/Fix-build-failure-due-to-automake-upgrade.patch new file mode 100644 index 0000000..69e2f5f --- /dev/null +++ b/Fix-build-failure-due-to-automake-upgrade.patch @@ -0,0 +1,15 @@ +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 |
