enigma-devel
[Top][All Lists]
Advanced

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

Re: [Enigma-devel] Re: ttf font problems


From: Tacvek
Subject: Re: [Enigma-devel] Re: ttf font problems
Date: Tue, 7 Dec 2004 16:09:44 -0500

No, AC_CONFIG_HEADERS is not depreciated, but AM_CONFIG_HEADER is. You probably have an older version of automake installed. You may have installed a debian package that causes 2 versions of automake to be installed, and a wrapper automatically decide which version to run. If that is the case it choose the wrong one. Otherwise you need to update automake.

relevant passage from automake.info:

`AC_CONFIG_HEADERS'
    Automake will generate rules to rebuild these headers.  Older
    versions of Automake required the use of `AM_CONFIG_HEADER' (*note
    Macros::); this is no longer the case today.

----- Original Message ----- From: "Erich Schubert" <address@hidden>
To: <address@hidden>
Sent: Tuesday, December 07, 2004 11:26 AM
Subject: [Enigma-devel] Re: ttf font problems


Hi,
it appears there is some problem with the HAVE_SDLTTF flag not being
passed down to the build process. My fault - I toyed around with the
Makefile a bit, and i was using AM_CONFIG_HEADER instead of
AC_CONFIG_HEADERS but did not call "autoheader", instead generated the
src/config.h.in with a workaround rule in the debian/rules file...

AC_CONFIG_HEADERS is deprecated now it seems.
Automake complains and fails then:
configure.ac: 8: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
automake: configure.ac: installing `./config.guess'
automake: configure.ac: installing `./config.sub'
configure.ac: 8: required file `./[src/config.h].in' not found
configure.ac: 8: required file `./[src/stamp-h.in' not found

Apparently the fix is to call "autoheader" and use
 AM_CONFIG_HEADER(src/config.h)

I really should sometime learn how the much-hated autotools work...

Built and uploaded to Debian "experimental".

Greetings,
Erich Schubert
--
   erich@(vitavonni.de|debian.org)    --    GPG Key ID: 4B3A135C    (o_
  There was never a good war or a bad peace. - Benjamin Franklin    //\
 Wenn zwei gute Freunde sind, die einander kennen, Sonn' und Mond   V_/_
   begegnen sich, ehe sie sich trennen. --- Clemens von Brentano



_______________________________________________
Enigma-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/enigma-devel





reply via email to

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