Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1097605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:27:32+00:00 2026-05-17T00:27:32+00:00

I am using GNU autotools for my project. The configure.ac script has the following

  • 0

I am using GNU autotools for my project. The configure.ac script has the following snippet.

AC_ARG_WITH(chkhere,
 AC_HELP_STRING([--without-chkhere], [do not compile]),
 [ac_cv_chkhere=$withval], [ac_cv_chkhere=yes])

# Check if chkhere is available
if test "x$ac_cv_chkhere" = "xyes"
then
 AC_DEFINE(HAVE_CHECKED)
 echo "chkhere: enabled"
else
  echo "chkhere: DISABLED"
fi

And I am checking for the variable HAVE_CHECKED in the C++ code. This works for –without-chkhere option.

When I am giving ./configure –with-chkhere, it shows the message “chkhere: enabled” as required, but HAVE_CHECKED turns up undefined inside the C++ code.

Please suggest where I am going wrong, or if I can test this differently? Thanks.

P.S.: I am following this sequence of commands: automake; libtoolize; aclocal -I m4; autoconf;

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T00:27:32+00:00Added an answer on May 17, 2026 at 12:27 am

    If you didn’t call autoheader then config.h.in may be out of date and may not mention HAVE_CHECKED. I suggest you just ditch your sequence of commands and use autoreconf instead, it will run what you need.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Summary : I have a project using GNU Autotools. I have a pot file.
I am using the GNU autotools (including automake!) for my project. I would like
I'm using GNU autotools for the build system on a particular project. I want
I am considering using log4cplus in a project built with the GNU Autotools .
I'm using GNU Make 3.81, and I have the following rule in my Makefile:
I have a C++ small project using GNU Make. I'd like to be able
Has anyone had any experiences developing large Java applications using GNU gettext for internationalization?
I'm trying to build a program I've written in C using GNU autotools, but
I have a cross-platform shared library, and I am using GNU autotools for the
My project requires dependency of libxml2 am using autotools to check the dependencies &

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.