source: git/autogen.sh @ 266ae3

spielwiese
Last change on this file since 266ae3 was 72a52d, checked in by Hans Schoenemann <hannes@…>, 7 years ago
chg: chmod +x for configure
  • Property mode set to 100755
File size: 335 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
8touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in
9
10cd -
11
Note: See TracBrowser for help on using the repository browser.