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 8283307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:41:29+00:00 2026-06-08T10:41:29+00:00

In Makefile.in I see variable definition where an external variable name is enclosed between

  • 0

In Makefile.in I see variable definition where an external variable name is enclosed between two @ symbols

# @configure_input@

package = @PACKAGE_NAME@

Where those external variables come from? Also, I couldn’t find in GNU manual what does exactly enclosing a variable between two @ symbols mean? Is it something specific to Makefile.in?

Thank you.

  • 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-06-08T10:41:30+00:00Added an answer on June 8, 2026 at 10:41 am

    It’s an autoconf thing.

    When ./configure finishes running, it generates and executes a file called config.status, which is a shell script that has the final value of the variable substitutions (anything declared with AC_SUBST).

    Anything that is declared in AC_CONFIG_FILES is processed by config.status, usually by turning foo.in into foo.

    When automake processes Makefile.am into Makefile.in, any AC_SUBST variable is automatically made available (using a declaration like FOO = @FOO@), unless it’s suppressed by a call to AM_SUBST_NOTMAKE.

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

Sidebar

Related Questions

I have two variables in my Makefile: archs = i386 x86_64 tarball = foo-i386
I am compiling packages and I see that oftentimes Makefile authors write set CFLAGS
I am trying to fix a problem with a makefile. If you see below,
I'm trying to read a makefile and it uses the variable $(MAKE). I can't
In my makefile, I need to make a variable assignment based on a command
I have this Makefile that has a variables named MODULES which lists all the
My source and build tree looks like this (see Makefile to put object files
I'm expecting to see files foo1 and foo3 created by the makefile below. However
I am using GNU make. In a Makefile that I got, i see the
I'm getting some unexpected results calling one makefile from another. I have two makefiles,

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.