8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# cpputest autogen.sh
|
|
#
|
|
# Run this to generate all the initial makefiles, etc.
|
|
|
|
autoreconf -i
|