[Ultrapossum-cvs 972] ultrapossum 1.33,1.34,Makefile.am

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 21日 (木) 13:19:27 JST


===================================================================
RCS file: ultrapossum/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ultrapossum/Makefile.am	2004/10/19 08:32:52	1.33
+++ ultrapossum/Makefile.am	2004/10/21 04:19:27	1.34
@@ -42,18 +42,22 @@
 
 PERL_PREFIX = `if test -n "$(DESTDIR)"; then cd $(DESTDIR) > /dev/null; echo "PREFIX=$(pwd)/@prefix@ SITEPREFIX=$(pwd)/@prefix@"; fi`
 
+if PERL
 install-data-local: perl/blib/man3/UltraPossum.3pm
-
+else
+install-data-local:
+endif
 	$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE)
 	$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/projects/
 	$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/apps/
 
+if PERL
 if PERL_SUPPORT_DESTDIR
 	$(MAKE) -C perl DESTDIR=$(ABS_DESTDIR) install
 else
 	-$(MAKE) -C perl $(PERL_PREFIX) install
 endif
-
+endif
 	for f in $(CONFIGS); do \
 	  if test -f $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/$$f; then \
 	    if ! diff $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/$$f $(srcdir)/$$f > /dev/null ; then \



Ultrapossum-cvs メーリングリストの案内
Back to archive index