Changeset d2ead71 in git for autogen.sh


Ignore:
Timestamp:
May 20, 2020, 12:06:24 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c45564d321fe213add48624ae55ff67f14f6a885
Parents:
2e69cf919d22bd231e8ebe47715df4939b14961b
Message:
fix: module should have extension .so, also for OsX (for dyn-mod.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • autogen.sh

    r2e69cf rd2ead71  
    77find . -name configure -exec sed -i -e 's/\"-g -O2\"/\"-g\"/g' {} \; -exec chmod +x {} \; -print
    88sed -i -e 's/echo .bundle/echo .so/g' libpolys/configure
     9sed -i -e 's/echo .bundle/echo .so/g' configure
    910touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in
    1011
Note: See TracChangeset for help on using the changeset viewer.