I ran into a case solaris ON build 99 where configure found ginstall, but the
Makefile.in used something else, and that led to things going a bit haywire.

Dean


Index: quilt20081022/Makefile.in
===================================================================
--- quilt20081022.orig/Makefile.in      2008-10-22 11:04:23.000000000 -0500
+++ quilt20081022/Makefile.in   2008-10-22 11:05:09.575609000 -0500
@@ -426,8 +426,8 @@ ifeq ($(USE_NLS),yes)
 install-main ::
        for lang in $(LINGUAS) ; do                                     \
                dir=$(BUILD_ROOT)$(localedir)/$$lang/LC_MESSAGES;       \
-               install -d $$dir;                                       \
-               install -m 644 po/$$lang.mo                             \
+               $(INSTALL) -d $$dir;                                    \
+               $(INSTALL) -m 644 po/$$lang.mo                          \
                    $$dir/quilt.mo ;                                    \
        done
 


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to