mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Add AC_CONFIG_MACRO_DIR() to configure.ac as suggested by libtoolize
Also set ACLOCAL_AMFLAGS in the top-level Makefile.am and update the .gitignore file in the m4macros directory. This fixes the build from a fresh checkout for me. Please revert if it causes problems.
This commit is contained in:
parent
e82e09307c
commit
6601625af7
3 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4macros
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
m4macros \
|
m4macros \
|
||||||
tools \
|
tools \
|
||||||
|
|
|
@ -68,6 +68,7 @@ AC_INIT([GIMP], [gimp_version],
|
||||||
[gimp])
|
[gimp])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([app/core/gimp.c])
|
AC_CONFIG_SRCDIR([app/core/gimp.c])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4macros])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(no-define dist-bzip2)
|
AM_INIT_AUTOMAKE(no-define dist-bzip2)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
11
m4macros/.gitignore
vendored
11
m4macros/.gitignore
vendored
|
@ -1,2 +1,9 @@
|
||||||
/Makefile
|
Makefile
|
||||||
/Makefile.in
|
Makefile.in
|
||||||
|
gtk-doc.m4
|
||||||
|
intltool.m4
|
||||||
|
libtool.m4
|
||||||
|
lt~obsolete.m4
|
||||||
|
ltoptions.m4
|
||||||
|
ltsugar.m4
|
||||||
|
ltversion.m4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue