Changeset 7684ff2


Ignore:
Timestamp:
Jul 10, 2012, 12:10:17 AM (12 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:
bd0cc68
Parents:
466a5da
Message:

wscript: improve error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r466a5da r7684ff2  
    2525import os.path, sys
    2626if os.path.exists('src/config.h') or os.path.exists('Makefile'):
    27     print "Please run 'make distclean' using waf"
     27    print "Please run 'make distclean' to clean-up autotools files before using waf"
    2828    sys.exit(1)
    2929
Note: See TracChangeset for help on using the changeset viewer.