From: <as...@us...> - 2002-10-30 15:52:26
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv13025 Modified Files: autogen.sh Log Message: really cleans what comes out automake Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/exif/autogen.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- autogen.sh 27 Oct 2002 10:44:46 -0000 1.9 +++ autogen.sh 30 Oct 2002 15:52:20 -0000 1.10 @@ -165,7 +165,7 @@ find . -name '*.am' | while read file do # remove all .in files with a corresponding .am file - rm -f "$(sed s/\.am$/.in/g)" + rm -f $(echo "$file" | sed s/\.am\$/.in/g) done rm -f depcomp install-sh missing mkinstalldirs rm -f stamp-h* libgphoto2/stamp-h* |