Doesn't autoconf need to be run to regenerate configure? On Thu, Oct 14, 2010 at 08:24, matthias.klose <python-checkins at python.org> wrote: > Author: matthias.klose > Date: Thu Oct 14 17:24:22 2010 > New Revision: 85481 > > Log: > - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. > > > Modified: > python/branches/py3k/Misc/NEWS > python/branches/py3k/configure.in > > Modified: python/branches/py3k/Misc/NEWS > ============================================================================== > --- python/branches/py3k/Misc/NEWS (original) > +++ python/branches/py3k/Misc/NEWS Thu Oct 14 17:24:22 2010 > @@ -61,6 +61,11 @@ > > - Issue #7287: Demo/imputil/knee.py was removed. > > +Build > +----- > + > +- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. > + > > What's New in Python 3.2 Alpha 3? > ================================= > > Modified: python/branches/py3k/configure.in > ============================================================================== > --- python/branches/py3k/configure.in (original) > +++ python/branches/py3k/configure.in Thu Oct 14 17:24:22 2010 > @@ -3652,7 +3652,8 @@ > esac > ;; > CYGWIN*) SO=.dll;; > - Linux*) SO=.${SOABI}.so;; > + Linux*|GNU*) > + SO=.${SOABI}.so;; > *) SO=.so;; > esac > else > _______________________________________________ > Python-checkins mailing list > Python-checkins at python.org > http://mail.python.org/mailman/listinfo/python-checkins >
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4