From: <as...@us...> - 2002-10-30 15:53:13
|
Update of /cvsroot/libexif/libexif-gtk In directory usw-pr-cvs1:/tmp/cvs-serv13666 Modified Files: autogen.sh Log Message: really cleans what comes out automake Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/autogen.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- autogen.sh 27 Oct 2002 10:45:40 -0000 1.8 +++ autogen.sh 30 Oct 2002 15:53:09 -0000 1.9 @@ -157,7 +157,7 @@ find . -name '*.am' -print | 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* |