88c3aee033
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libuninameslist#9d23dbac15f3cc842e5e63ec301005ca65cad92b
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/bash
|
|
cd ../source
|
|
autoreconf -i
|
|
automake --foreign -Wall
|
|
./configure && make check
|