|
|
|
Change log
This adds a warning at the end of configure for those using the svn repository. It tells them to read README.svn. While it may be irritating in general, this seems to be the number one problem people have when checking out the source code (people don't read manuals or READMEs it seems).
| Go to: |
Sign in to write a code review
Older revisions
r2889
by paul.biggar
on Jun 23, 2009
Diff
Remove checks for 'diff' and 'patch', which we haven't used in a long time. When boostrapping the autotools files, this also added extra BOOST_* flags. ...
r2560
by paul.biggar
on Apr 16, 2009
Diff
Use (and now require) autoconf version 2.63. This avoids the useless warnings generated by libltdl, by automatically adding the --disable-option-checking option to libltdl's configure script. ...
r2359
by paul.biggar
on Feb 01, 2009
Diff
Simplify libtool initialization in autoconf. With thanks to Ralf Wildenhues.