diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-08-24 03:01:06 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-08-24 03:01:06 -0400 |
commit | f46bd78c6930a9eef524910d22a664d20366ed8d (patch) | |
tree | 1b3e41fc751b8ced93dab1ec55e5bd53439e6ce1 /configure | |
parent | 14783b2038a2a9e92df26adaa12a9d2a4c1301f9 (diff) | |
download | mc-f46bd78c6930a9eef524910d22a664d20366ed8d.tar.gz |
Make joke configure output less spammy.
We still want to make fun of autoconf, just less fun of it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -for i in `seq 300`; do +for i in `seq 30`; do echo "Lots of output to emulate automake... ok" echo "Testing for things you'll never use... fail" echo "Satisfying the fortran77 lobby... ok" |