Modernize configure.ac
This commit is contained in:
parent
20191810d1
commit
786ead5201
|
@ -24,7 +24,6 @@ dnl
|
||||||
dnl Process this file with autoconf to create configure.
|
dnl Process this file with autoconf to create configure.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(fonts.dtd)
|
|
||||||
|
|
||||||
dnl ==========================================================================
|
dnl ==========================================================================
|
||||||
dnl Versioning
|
dnl Versioning
|
||||||
|
@ -34,7 +33,8 @@ dnl This is the package version number, not the shared library
|
||||||
dnl version. This same version number must appear in fontconfig/fontconfig.h
|
dnl version. This same version number must appear in fontconfig/fontconfig.h
|
||||||
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||||
dnl not possible to extract the version number here from fontconfig.h
|
dnl not possible to extract the version number here from fontconfig.h
|
||||||
AM_INIT_AUTOMAKE(fontconfig, 2.10.91)
|
AC_INIT([fontconfig], [2.10.91], [https://bugs.freedesktop.org/enger_bug.cgi?product=fontconfig])
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
dnl libtool versioning
|
dnl libtool versioning
|
||||||
|
@ -681,7 +681,7 @@ dnl include the header file for workaround of miscalculating size on autoconf
|
||||||
dnl particularly for fat binaries
|
dnl particularly for fat binaries
|
||||||
AH_BOTTOM([#include "config-fixups.h"])
|
AH_BOTTOM([#include "config-fixups.h"])
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
fontconfig/Makefile
|
fontconfig/Makefile
|
||||||
fc-lang/Makefile
|
fc-lang/Makefile
|
||||||
|
@ -704,3 +704,4 @@ fontconfig.spec
|
||||||
fontconfig.pc
|
fontconfig.pc
|
||||||
fontconfig-zip
|
fontconfig-zip
|
||||||
])
|
])
|
||||||
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue