public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mstflint] rawhide: use autoreconf instead of autogen.sh
@ 2026-08-13  9:44 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-08-13  9:44 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mstflint
            Branch : rawhide
            Commit : 5d778b2e2c9e2e15f0ea58820cfa5d8846d44736
            Author : Michal Schmidt <mschmidt@redhat.com>
            Date   : 2026-08-12T11:49:36+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mstflint/c/5d778b2e2c9e2e15f0ea58820cfa5d8846d44736?branch=rawhide

            Log:
            use autoreconf instead of autogen.sh

I noticed ./configure was run twice during the build. The cause is
mstflint's autogen.sh does not run all the autotools in the right order.

The other thing autogen.sh does, running ./eval_git_sha.sh, is not
useful for us.

Just use autoreconf, which knows best what to do.

---
diff --git a/mstflint.spec b/mstflint.spec
index 255a7c2..dcf1320 100644
--- a/mstflint.spec
+++ b/mstflint.spec
@@ -70,7 +70,7 @@ find . -type f -perm /a+x \( -name '*.[ch]' -o -name '*.cpp' \) -exec chmod a-x 
 
 %build
 %if %{__remake_config}
-./autogen.sh
+autoreconf -fiv
 %endif
 %configure --enable-fw-mgr --enable-openssl --enable-adb-generic-tools
 %make_build

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-13  9:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13  9:44 [rpms/mstflint] rawhide: use autoreconf instead of autogen.sh Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox