Skip to content

Commit

Permalink
config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Browse files Browse the repository at this point in the history
Both headers end up created by the same macro.

Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  • Loading branch information
memsize committed Mar 30, 2010
1 parent a7b7bc7 commit 8e84687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfont.pc

MAINTAINERCLEANFILES = ChangeLog INSTALL
EXTRA_DIST = include/X11/fonts/fontconf.h.in

.PHONY: ChangeLog INSTALL

Expand All @@ -57,7 +56,7 @@ ChangeLog:
dist-hook: ChangeLog INSTALL

# Developer documentation - not installed on system
EXTRA_DIST += doc/fontlib.xml doc/fontlib.xsl doc/fontlib.css
EXTRA_DIST = doc/fontlib.xml doc/fontlib.xsl doc/fontlib.css

if ENABLE_DEVEL_DOCS
if HAVE_XMLTO
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from Xfont.h
dnl
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([include/X11/fonts/fontconf.h])
AC_CONFIG_HEADERS([config.h
include/X11/fonts/fontconf.h])
AM_MAINTAINER_MODE

# Require xorg-macros: XORG_DEFAULT_OPTIONS
Expand Down

0 comments on commit 8e84687

Please # to comment.