source: git/autogen.sh @ 19763ff

spielwiese
Last change on this file since 19763ff was 19763ff, checked in by Max Horn <max@…>, 4 years ago
Add basic GitHub Actions CI tests
  • Property mode set to 100755
File size: 447 bytes
Line 
1#! /bin/sh
2set -e
3
4cd `dirname "$0"`
5
6# -d --warnings=all
7autoreconf  -v -f -i
8find . -name configure -exec sed -i -e 's/\"-g -O2\"/\"-g\"/g' {} \; -exec chmod +x {} \; -print
9sed -i -e 's/echo .bundle/echo .so/g' libpolys/configure
10sed -i -e 's/echo .bundle/echo .so/g' configure
11touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in
12
13cd -
14
Note: See TracBrowser for help on using the repository browser.