[PATCH] docs: autoconf-archive is also necessary for Debian

13 views
Skip to first unread message

Tobias Schmidl

unread,
Jul 22, 2022, 8:22:54 AM7/22/22
to efibootg...@googlegroups.com, Tobias Schmidl
without it, AX_CHECK_COMPILE_FLAG isn't resolved properly.
---
docs/COMPILE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 919c679..65fa377 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -31,7 +31,7 @@ Debian 8 or newer:
apt-get install gnu-efi libpci-dev

# build tools
-apt-get install make automake autoconf libtool pkg-config python3
+apt-get install make automake autoconf autoconf-archive libtool pkg-config python3

# test dependencies
apt-get install check bats
--
2.36.1

Jan Kiszka

unread,
Jul 23, 2022, 9:07:43 AM7/23/22
to Tobias Schmidl, efibootg...@googlegroups.com
Good catch - just your signed-off is missing.

Jan

--
Siemens AG, Technology
Competence Center Embedded Linux

Tobias Schmidl

unread,
Jul 25, 2022, 3:40:48 AM7/25/22
to efibootg...@googlegroups.com, Tobias Schmidl
Diff to v1:
- Added signoff

Tobias Schmidl (1):
docs: autoconf-archive is also necessary for Debian

docs/COMPILE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
2.36.1

Tobias Schmidl

unread,
Jul 25, 2022, 3:40:48 AM7/25/22
to efibootg...@googlegroups.com, Tobias Schmidl
without it, AX_CHECK_COMPILE_FLAG isn't resolved properly.

Signed-off-by: Tobias Schmidl <tobias...@siemens.com>
---
docs/COMPILE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 919c679..65fa377 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -31,7 +31,7 @@ Debian 8 or newer:
apt-get install gnu-efi libpci-dev

# build tools
-apt-get install make automake autoconf libtool pkg-config python3
+apt-get install make automake autoconf autoconf-archive libtool pkg-config python3

# test dependencies
apt-get install check bats
--
2.36.1

Jan Kiszka

unread,
Jul 27, 2022, 1:35:43 AM7/27/22
to Tobias Schmidl, efibootg...@googlegroups.com
Thanks, applied.

Christian Storm

unread,
Aug 24, 2022, 8:23:59 AM8/24/22
to efibootg...@googlegroups.com, Christian Storm
From: Christian Storm <christi...@siemens.com>

Commit 1ae3ed8 added the autoconf-archive dependency for Debian
while not for Arch Linux for which it's also required.

Signed-off-by: Christian Storm <christi...@siemens.com>
---
docs/COMPILE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 65fa377..d77ec11 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -16,7 +16,7 @@ git submodule update --init
pacman -S gnu-efi-libs pciutils

# build tools
-pacman -S gcc make automake autoconf libtool pkg-config python
+pacman -S gcc make automake autoconf autoconf-archive libtool pkg-config python

# test dependencies
pacman -S check bash-bats
--
2.37.2

Jan Kiszka

unread,
Aug 31, 2022, 9:01:14 AM8/31/22
to Christian Storm, efibootg...@googlegroups.com
thanks, applied
Reply all
Reply to author
Forward
0 new messages