source: git/autogen.sh

spielwiese
Last change on this file 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
RevLine 
[cad9d1]1#! /bin/sh
[19763ff]2set -e
[4df5bd]3
[a821d14]4cd `dirname "$0"`
5
6# -d --warnings=all
[a99d69]7autoreconf  -v -f -i
[72a52d]8find . -name configure -exec sed -i -e 's/\"-g -O2\"/\"-g\"/g' {} \; -exec chmod +x {} \; -print
[8ef099]9sed -i -e 's/echo .bundle/echo .so/g' libpolys/configure
[d2ead71]10sed -i -e 's/echo .bundle/echo .so/g' configure
[19bb75]11touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in
[a821d14]12
13cd -
[4df5bd]14
Note: See TracBrowser for help on using the repository browser.