From 78b935fac2daf360827c258c3157300dc531c8ee Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Fri, 19 Sep 2014 01:37:56 +1100 Subject: [PATCH] One more fix to fix-old-automake-files --- automake.spec | 2 +- fix-old-automake-files | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automake.spec b/automake.spec index e90000c..47fb119 100644 --- a/automake.spec +++ b/automake.spec @@ -6,7 +6,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: 1.14.1 -Release: 4 +Release: 5 License: GPLv2+ Group: Development/Other Url: http://sources.redhat.com/automake/ diff --git a/fix-old-automake-files b/fix-old-automake-files index 967c28c..f2ceb3d 100644 --- a/fix-old-automake-files +++ b/fix-old-automake-files @@ -12,4 +12,4 @@ find . -name configure.in |while read r; do mv $r ${r/configure.in/configure.ac} done # And adjust any bogus Makefiles etc. that have a dependency on configure.in -find . -name "configure.*" -o -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure\.in,configure.ac,g' +find . -name "configure.*" -o -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure\.in$,configure.ac,g'