9ae0d6e181
Resolves: RHEL-30639 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
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
|