Update of /cvsroot/libexif/libexif-gtk
In directory usw-pr-cvs1:/tmp/cvs-serv8571
Modified Files:
autogen.sh
Log Message:
gettext 0.10 does not add automagically the intl/ directory
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libexif/libexif-gtk/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- autogen.sh 30 Sep 2002 07:16:24 -0000 1.5
+++ autogen.sh 30 Sep 2002 12:26:08 -0000 1.6
@@ -124,6 +124,9 @@
grep "intl/Makefile" configure.in > /dev/null ||
( sed -e 's#^AC_OUTPUT(\[#AC_OUTPUT(\[ intl/Makefile po/Makefile.in#' \
configure.in >configure.in.new && mv configure.in.new configure.in )
+ grep "SUBDIRS.*intl" Makefile.am > /dev/null ||
+ ( sed -e 's#\(^SUBDIRS.*\)$#\1 intl#' Makefile.am >Makefile.am.new \
+ && mv Makefile.am.new Makefile.am )
esac
echo "Cleaning stuff generated by libtoolize"
|