m4macros: fixing Makefile.

python3dev.m4 replaces pythondev.m4 and introspection.m4 was added.
This commit is contained in:
Jehan 2019-07-28 23:08:15 +02:00
parent 0f0cf4df87
commit f049267f15
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ uninstalled_m4 = \
ax_prog_cc_for_build.m4 \ ax_prog_cc_for_build.m4 \
ax_prog_perl_version.m4 \ ax_prog_perl_version.m4 \
detectcflags.m4 \ detectcflags.m4 \
pythondev.m4 introspection.m4 \
python3dev.m4
EXTRA_DIST = $(installed_m4) $(uninstalled_m4) EXTRA_DIST = $(installed_m4) $(uninstalled_m4)