4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
cp stlconf.h.in stlconf.h
|
|
echo "STLport unconfigured."
|
#!/bin/sh
|
|
cp stlconf.h.in stlconf.h
|
|
echo "STLport unconfigured."
|