diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:49:31 -0400 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:49:31 -0400 |
commit | a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25 (patch) | |
tree | 672f7db9c9d9f3c761db9dbb2bf02d85bc35fd23 | |
parent | 25af56f18400e949dab20910e97349b26674c512 (diff) | |
download | rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.gz rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.bz2 rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.xz rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.zip |
Remove leftover definition for find-lang.pl
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2411bc1..340cf7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,8 +86,7 @@ EXTRA_DIST = \ macros-perarch.in make_arch_macrosfiles.sh.in \ rpmgenplatform.in rpmrc.in \ rpm-spec-mode.el \ - tests.sh tests/macros.sh \ - tests/findlang.pl tests/findlang.sh + tests.sh tests/macros.sh edit = sed \ -e 's,@RPMVENDOR\@,$(RPMVENDOR),g' \ @@ -1,3 +1,5 @@ +- Remove leftover definition for find-lang.pl + Version 2.22 - 30 July 2017, by Neal Gompa - Rename %configure to %main_configure and add shims |