Changeset 36b5f94


Ignore:
Timestamp:
Nov 5, 2009, 3:17:51 PM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
ee36175
Parents:
13344a32
Message:

configure.ac, Makefile.am, plugins: move to pd-aubio

Files:
17 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r13344a32 r36b5f94  
    1414
    1515
    16 SUBDIRS = src examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests
     16SUBDIRS = src examples sounds $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests
    1717EXTRA_DIST = bootstrap VERSION
    1818
  • configure.ac

    r13344a32 r36b5f94  
    245245AM_CONDITIONAL(DOCBOOKFOUND, test "${DOCBOOK_TO_MAN}" != "no")
    246246
    247 dnl Check for Puredata
    248 AC_CHECK_HEADER(m_pd.h,PUREDATA=y,AC_MSG_WARN([Puredata header not found.]))
    249 AM_CONDITIONAL(PUREDATAFOUND, test "${PUREDATA}" = "y")
    250 
    251247dnl Check for Java
    252248AC_CHECK_HEADER(jni.h,JAVAHEADERS=y,AC_MSG_WARN([Java header jni.h not found.]))
     
    266262    interfaces/java/Makefile
    267263    interfaces/java/aubio/Makefile
    268     plugins/Makefile
    269     plugins/puredata/Makefile
    270264    doc/Makefile
    271265  ])
     
    304298  echo "Lash:                    no"
    305299fi
    306 if test "${PUREDATA}" = "y"; then
    307   echo "PureData:                yes"
    308 else
    309   echo "PureData:                no"
    310 fi
    311300echo "**************************************************************"
    312301echo Configuration completed successfully. Type \'make\' to build ${PACKAGE}
Note: See TracChangeset for help on using the changeset viewer.