configure.in should be named configure.ac these days

This commit is contained in:
James Le Cuirot
2020-04-26 16:35:46 +01:00
parent a9d59a9fd4
commit 798adaa45b
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ SRCS = main.c screen.c client.c frame.c icc.c \
config_util.c launchermodule.c
DISTFILES = README.md MODULES.md INSTALL LICENSE amiwm.1 \
configure configure.in Makefile.in install-sh smakefile scoptions \
configure configure.ac Makefile.in install-sh smakefile scoptions \
*.[chly] system.amiwmrc def_*.info *.map \
Background Background_resize Background_resize_norepeat \
Background_stretch Launcher Xresources.amiwm.in Amilogo.?m \
@@ -213,8 +213,8 @@ dist: version.h clean
gzip $$tarname; \
)
$(srcdir)/configure: $(srcdir)/configure.in
autoconf $(srcdir)/configure.in > $(srcdir)/configure
$(srcdir)/configure: $(srcdir)/configure.ac
autoconf $(srcdir)/configure.ac > $(srcdir)/configure
config.status: $(srcdir)/configure
$(srcdir)/configure