jengelh-datetimespielwiese
Last change
on this file since 8d1432e was
19bb75,
checked in by Hans Schoenemann <hannes@…>, 6 years ago
|
fix time stamps for autoconfigure files
|
-
Property mode set to
100755
|
File size:
311 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | |
---|
3 | cd `dirname "$0"` |
---|
4 | |
---|
5 | # -d --warnings=all |
---|
6 | autoreconf -v -f -i |
---|
7 | find . -name configure -exec sed -i 's/\"-g -O2\"/\"-g\"/g' {} \; -print |
---|
8 | touch */configure */configure.ac */aclocal.m4 */configure */Makefile.am */Makefile.in */_config.h.in configure aclocal.m4 Makefile.am Makefile.in _config.h.in |
---|
9 | |
---|
10 | cd - |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.