7 lines
67 B
Bash
7 lines
67 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
rm -f config.cache
|
||
|
autoheader
|
||
|
autoconf
|
||
|
touch scsh/*.c
|