Skip to content

Commit 94bbb3a

Browse files
committed
feat(aclocal,automake): support versioned 1.17 executables
1 parent 72a2e47 commit 94bbb3a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

completions/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/7zr
33
/7zz
44
/7zzs
5-
/aclocal-1.1[0123456]
5+
/aclocal-1.1[01234567]
66
/_airflow
77
/_allero
88
/_alp
@@ -30,7 +30,7 @@
3030
/_atlas
3131
/_atmos
3232
/autoheader
33-
/automake-1.1[0123456]
33+
/automake-1.1[01234567]
3434
/autossh
3535
/autoupdate
3636
/avahi-browse-domains

completions/Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ CLEANFILES = \
559559
aclocal-1.14 \
560560
aclocal-1.15 \
561561
aclocal-1.16 \
562+
aclocal-1.17 \
562563
_airflow \
563564
_allero \
564565
_alp \
@@ -593,6 +594,7 @@ CLEANFILES = \
593594
automake-1.14 \
594595
automake-1.15 \
595596
automake-1.16 \
597+
automake-1.17 \
596598
autossh \
597599
autoupdate \
598600
avahi-browse-domains \
@@ -1114,7 +1116,7 @@ symlinks: $(DATA)
11141116
7zzs
11151117
$(ss) aclocal \
11161118
aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 \
1117-
aclocal-1.14 aclocal-1.15 aclocal-1.16
1119+
aclocal-1.14 aclocal-1.15 aclocal-1.16 aclocal-1.17
11181120
$(ss) ant \
11191121
phing
11201122
$(ss) aptitude \
@@ -1123,7 +1125,7 @@ symlinks: $(DATA)
11231125
asciidoc.py
11241126
$(ss) automake \
11251127
automake-1.10 automake-1.11 automake-1.12 automake-1.13 \
1126-
automake-1.14 automake-1.15 automake-1.16
1128+
automake-1.14 automake-1.15 automake-1.16 automake-1.17
11271129
$(ss) autoreconf \
11281130
autoheader
11291131
$(ss) autoscan \

0 commit comments

Comments
 (0)