source: git/autogen.sh @ a3a6a0

spielwiese
Last change on this file since a3a6a0 was a3a6a0, checked in by Hans Schoenemann <hannes@…>, 8 years ago
change library name: libresources -> libsingular_resources
  • Property mode set to 100755
File size: 144 bytes
Line 
1#! /bin/sh
2
3cd `dirname "$0"`
4
5# -d --warnings=all
6autoreconf  -v -f -i
7find . -name configure -exec sed -i "s/-g -O2/-g/g" {} \; -print
8
9cd -
10
Note: See TracBrowser for help on using the repository browser.