Fixed a stx err
[6bed4] / configure
1 #!/bin/sh
2
3 echo I am too old for autotools -- perhaps someone is interesting in putting it in?
4
5 if [ -r Makefile.in ]
6 then
7         echo 'Writing Makefile...'
8         cp Makefile.in Makefile
9 fi
10
11 if [ -r nonstd.h.in ]
12 then
13         echo 'Writing nonstd.h (with mindlessness exclusion)'
14         cp nonstd.h.in nonstd.h
15 fi
16