2c56e0d581
Add distrubution patches which were not upstreamed. Add self-tests and an OSCI harness. Resolves: bz2072635
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
cd ../source
|
|
aclocal
|
|
autoheader
|
|
autoconf
|
|
automake --add-missing
|
|
export CSCOPE_BINARY=/usr/bin/cscope
|
|
./configure && make check
|