Move autoconf auxiliary files to the scripts directory.

This commit is contained in:
Todd C. Miller
2021-04-06 14:23:38 -06:00
parent c2a63690c8
commit d4517e0a1c
22 changed files with 22 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ SED = @SED@
AWK = @AWK@
# Our install program supports extra flags...
INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
INSTALL = $(SHELL) $(scriptdir)/install-sh -c
INSTALL_OWNER = -o $(install_uid) -g $(install_gid)
INSTALL_BACKUP = @INSTALL_BACKUP@