This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients eric.araujo, fdrake, ronaldoussoren, sbt, tarek
Date 2012-07-16.16:41:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342456919.14.0.183162193117.issue15364@psf.upfronthosting.co.za>
In-reply-to
Content
srcdir vs. project base is quite easy: srcdir is the directory containing the source files, the project base is where you ran configure. These are the same if you run configure in the root of a checkout, but don't have to be, for example when you do:

$ mkdir buildroot
$ cd buildroot
$ ../configure # ...

Now de base directory is the 'buildroot' directory, while srcdir is its parent directory.
History
Date User Action Args
2012-07-16 16:41:59ronaldoussorensetrecipients: + ronaldoussoren, fdrake, tarek, eric.araujo, sbt
2012-07-16 16:41:59ronaldoussorensetmessageid: <1342456919.14.0.183162193117.issue15364@psf.upfronthosting.co.za>
2012-07-16 16:41:58ronaldoussorenlinkissue15364 messages
2012-07-16 16:41:58ronaldoussorencreate