autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_INIT produces unexpected "PACKAGE" and "VERSION" strings in config.h


From: Bob Friesenhahn
Subject: AC_INIT produces unexpected "PACKAGE" and "VERSION" strings in config.h
Date: Tue, 5 Jan 2021 18:05:27 -0600 (CST)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

I am *still* working to update GraphicsMagick to support the 5-part AC_INIT plus new-style AM_INIT_AUTOMAKE. I am using Autoconf 2.69 and Automake 1.16.3.

Something which is very much unwanted is now the generated config.h has added these

/* Name of package */
#define PACKAGE "GraphicsMagick"

/* Version number of package */
#define VERSION "1.4.020210102"

These definitions are unexpected.

What produces these definitions and how can I get rid of them?

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]