~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/protocols/groupwise/libgroupwise/qca/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs, Harald Sitter, Sarah Hobbs
  • Date: 2006-08-17 01:04:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060817010432-ue4z149oh639oxlb
Tags: 4:3.5.4+kopete0.12.2-0ubuntu1
[ Harald Sitter ]
* New upstream release
* Reverted patch kubuntu_02_oscar_add_contact.diff (fixed upstream)
* Reverted patch kubuntu_03_icq_client_too_old.diff (fixed upstream)
* Added kubuntu_03_dlopen-xmms.diff to make xmms load at runtime (dependency
  for xmms not needed anymore, as nowplaying plugin will work even if xmms is
  not installed)

[ Sarah Hobbs ]
* Changed Suggests: gpg to gnupg.  Closes bug #56190

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
#>-           exit 1;; \
398
398
#>-       esac; \
399
399
#>-     done; \
400
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
 
400
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
401
401
#>-     cd $(top_srcdir) && \
402
 
#>-       $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile
 
402
#>-       $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile
403
403
#>+ 12
404
404
        @for dep in $?; do \
405
405
          case '$(am__configure_deps)' in \
409
409
              exit 1;; \
410
410
          esac; \
411
411
        done; \
412
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
 
412
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
413
413
        cd $(top_srcdir) && \
414
 
          $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile
 
414
          $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile
415
415
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/groupwise/libgroupwise/qca/Makefile.in
416
416
.PRECIOUS: Makefile
417
417
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
730
730
              exit 1;; \
731
731
          esac; \
732
732
        done; \
733
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
 
733
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile'; \
734
734
        cd $(top_srcdir) && \
735
 
          $(AUTOMAKE) --foreign  kopete/protocols/groupwise/libgroupwise/qca/Makefile
 
735
          $(AUTOMAKE) --gnu  kopete/protocols/groupwise/libgroupwise/qca/Makefile
736
736
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/groupwise/libgroupwise/qca/Makefile.in
737
737
 
738
738