mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
configure.in should be named configure.ac these days
This commit is contained in:
@@ -38,7 +38,7 @@ SRCS = main.c screen.c client.c frame.c icc.c \
|
|||||||
config_util.c launchermodule.c
|
config_util.c launchermodule.c
|
||||||
|
|
||||||
DISTFILES = README.md MODULES.md INSTALL LICENSE amiwm.1 \
|
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 \
|
*.[chly] system.amiwmrc def_*.info *.map \
|
||||||
Background Background_resize Background_resize_norepeat \
|
Background Background_resize Background_resize_norepeat \
|
||||||
Background_stretch Launcher Xresources.amiwm.in Amilogo.?m \
|
Background_stretch Launcher Xresources.amiwm.in Amilogo.?m \
|
||||||
@@ -213,8 +213,8 @@ dist: version.h clean
|
|||||||
gzip $$tarname; \
|
gzip $$tarname; \
|
||||||
)
|
)
|
||||||
|
|
||||||
$(srcdir)/configure: $(srcdir)/configure.in
|
$(srcdir)/configure: $(srcdir)/configure.ac
|
||||||
autoconf $(srcdir)/configure.in > $(srcdir)/configure
|
autoconf $(srcdir)/configure.ac > $(srcdir)/configure
|
||||||
|
|
||||||
config.status: $(srcdir)/configure
|
config.status: $(srcdir)/configure
|
||||||
$(srcdir)/configure
|
$(srcdir)/configure
|
||||||
|
|||||||
Reference in New Issue
Block a user