autoconf
[Top][All Lists]
Advanced

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

Configure breaks by build


From: Sascha Manns
Subject: Configure breaks by build
Date: Sun, 19 Feb 2017 21:48:16 +0100

Hello list,

i'm preparing some autotools files for my new project.

I have in my configure.ac:

GDK30_MINIMUM_VERSION=2.99.0
GTK30_MINIMUM_VERSION=2.99.0
ATK_MINIMUM_VERSION=2.99.0

PKG_CHECK_MODULES(gdk-3.0 >= $GDK30_MINIMUM_VERSION
                  gtk+-3.0 >= $GTK30_MINIMUM_VERSION
                  atk >= $ATK_MINIMUM_VERSION)

After running the autogen.sh i'm getting:

configure.ac:48: error: AC_SUBST: `gdk-3.0 >= $GDK30_MINIMUM_VERSION 
                  gtk+-3.0 >= $GTK30_MINIMUM_VERSION
                  atk >= $ATK_MINIMUM_VERSION_CFLAGS' is not a valid
shell variable name

But what to do now?

Greetings
Sascha

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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