~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to ecasound/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
              exit 1;; \
300
300
          esac; \
301
301
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ecasound/Makefile'; \
 
302
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ecasound/Makefile'; \
303
303
        cd $(top_srcdir) && \
304
 
          $(AUTOMAKE) --foreign  ecasound/Makefile
 
304
          $(AUTOMAKE) --gnu  ecasound/Makefile
305
305
.PRECIOUS: Makefile
306
306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
307
        @case '$?' in \