public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] pmacct: Remove autogen.sh step so it builds with autoconf-2.72
Date: Fri, 21 Feb 2025 13:44:49 +0100	[thread overview]
Message-ID: <20250221124449.1635655-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250221124449.1635655-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1912 bytes --]

- Although the pmacct source tarball has a configure script provided, for some reason
   the lfs file ran autogen.sh first and therefore re-created the configure script.
   Whatever the autogen.sh script was creating it ended up with a result that the new
   autoconf-2.72 didn't like. Some problem with an end of line that was not of the
   expected structure.
- It seems reasonable to use the configure script that has been provided by the pmacct
   developers in the source tarbal, so this patch removes the use of the autogen.sh
   script and uses the configure script provided by pmacct. This then allowed a
   successful build with the autoconf-2.72

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/pmacct | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lfs/pmacct b/lfs/pmacct
index 5348c2add..91de82d3f 100644
--- a/lfs/pmacct
+++ b/lfs/pmacct
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2019-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2019-2025  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -81,7 +81,6 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure \
 				--prefix=/usr \
 				--sysconfdir=/etc/pmacct \
-- 
2.48.1


      reply	other threads:[~2025-02-21 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-21 12:44 [PATCH 1/2] autoconf: Update to version 2.72 Adolf Belka
2025-02-21 12:44 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250221124449.1635655-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox