enigma-devel
[Top][All Lists]
Advanced

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

[Enigma-devel] Re: ttf font problems


From: Erich Schubert
Subject: [Enigma-devel] Re: ttf font problems
Date: Tue, 07 Dec 2004 17:26:57 +0100

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





reply via email to

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