mirror of
https://abf.rosa.ru/djam/automake.git
synced 2025-02-23 16:32:50 +00:00
One more fix to fix-old-automake-files
This commit is contained in:
parent
cdf95f6887
commit
78b935fac2
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue