source: git/autogen.sh @ d2ead71

spielwiese
Last change on this file since d2ead71 was d2ead71, checked in by Hans Schoenemann <hannes@…>, 4 years ago
fix: module should have extension .so, also for OsX (for dyn-mod.)
  • Property mode set to 100755
File size: 440 bytes
Line 
1#! /bin/sh
2
3cd `dirname "$0"`
4
5# -d --warnings=all
6autoreconf  -v -f -i
7find . -name configure -exec sed -i -e 's/\"-g -O2\"/\"-g\"/g' {} \; -exec chmod +x {} \; -print
8sed -i -e 's/echo .bundle/echo .so/g' libpolys/configure
9sed -i -e 's/echo .bundle/echo .so/g' configure
10touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in
11
12cd -
13
Note: See TracBrowser for help on using the repository browser.