Skip to content

configure: use AC_PROG_CC#279

Merged
mtkaczyk merged 1 commit into
md-raid-utilities:mainfrom
mtkaczyk:fix-autoconf-issue
Jun 19, 2026
Merged

configure: use AC_PROG_CC#279
mtkaczyk merged 1 commit into
md-raid-utilities:mainfrom
mtkaczyk:fix-autoconf-issue

Conversation

@mtkaczyk

Copy link
Copy Markdown
Member

AC_PROG_CC_STDC is obsolete and on Suse16 it started raising errors. Replace this with AC_PROC_CC.

Link: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.73/autoconf.html#index-AC_005fPROG_005fCC_005fSTDC

@mtkaczyk

Copy link
Copy Markdown
Member Author

@tasleson are you ok with the change?

@mtkaczyk
mtkaczyk requested a review from tasleson June 18, 2026 09:52
@tasleson

Copy link
Copy Markdown
Collaborator

@mtkaczyk The PR description and commit body: it says AC_PROC_CC (typo, missing the G in PROG), but the actual code change is correct (AC_PROG_CC).

@tasleson tasleson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change is good. commit message has a typo.

AC_PROG_CC_STDC is obsolete and on Suse16 it started raising errors.
Replace this with AC_PROG_CC.

Link: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.73/autoconf.html#index-AC_005fPROG_005fCC_005fSTDC
Signed-off-by: Mariusz Tkaczyk <mtkaczyk@kernel.org>
@mtkaczyk
mtkaczyk force-pushed the fix-autoconf-issue branch from a3da834 to 1925d2f Compare June 19, 2026 13:07
@mtkaczyk
mtkaczyk merged commit 1f0c459 into md-raid-utilities:main Jun 19, 2026
11 checks passed
@mtkaczyk
mtkaczyk deleted the fix-autoconf-issue branch June 19, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants