mirror of https://github.com/GNOME/gimp.git
configure.ac: Replace AM_CONFIG_HEADER deprecated macro
Use AC_CONFIG_HEADERS instead
This commit is contained in:
parent
de9c5fda00
commit
3a05739683
|
@ -68,11 +68,11 @@ AC_INIT([GIMP], [gimp_version],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP],
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP],
|
||||||
[gimp])
|
[gimp])
|
||||||
|
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([app/core/gimp.c])
|
AC_CONFIG_SRCDIR([app/core/gimp.c])
|
||||||
AC_CONFIG_MACRO_DIR([m4macros])
|
AC_CONFIG_MACRO_DIR([m4macros])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(no-define dist-bzip2 no-dist-gzip -Wno-portability)
|
AM_INIT_AUTOMAKE(no-define dist-bzip2 no-dist-gzip -Wno-portability)
|
||||||
AM_CONFIG_HEADER(config.h)
|
|
||||||
|
|
||||||
# Enable silent build rules by default, requires at least
|
# Enable silent build rules by default, requires at least
|
||||||
# Automake-1.11. Disable by either passing --disable-silent-rules to
|
# Automake-1.11. Disable by either passing --disable-silent-rules to
|
||||||
|
|
Loading…
Reference in New Issue