Update of /cvsroot/libexif/libexif-gtk
In directory usw-pr-cvs1:/tmp/cvs-serv11970
Modified Files:
autogen.sh
Log Message:
don't use copy, use symlinks
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libexif/libexif-gtk/autogen.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- autogen.sh 5 Oct 2002 18:11:21 -0000 1.7
+++ autogen.sh 27 Oct 2002 10:45:40 -0000 1.8
@@ -118,8 +118,8 @@
( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \
&& mv Makefile.am.new Makefile.am )
- echo "Running gettextize --copy $gettext_opt"
- gettextize --copy $gettext_opt || fail
+ echo "Running gettextize $gettext_opt"
+ gettextize $gettext_opt || fail
if test -f po/Makevars.template
then
cp po/Makevars.template po/Makevars
@@ -138,8 +138,8 @@
echo "Cleaning stuff generated by libtoolize"
rm -f ltmain.sh config.guess config.sub
- echo "Running libtoolize --copy"
- libtoolize --copy || fail
+ echo "Running libtoolize"
+ libtoolize || fail
echo "Cleaning stuff generated by aclocal"
rm -f aclocal.m4
|