Skip to content
Snippets Groups Projects
Commit 86757eec authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Force reconfigure and add dummy COPYING

parent c2712e68
No related branches found
No related tags found
No related merge requests found
Pipeline #4973 failed
......@@ -2,7 +2,7 @@ image: docker.km3net.de/base/centos-full:7
build:
script:
- yum -y install autoconf automake
- autoreconf
- autoreconf -if
- autoconf
- automake
- ./configure
......@@ -12,8 +12,8 @@ build-sl5:
image: docker.km3net.de/base/sl-full:5
script:
- yum -y install autoconf automake libtool
- autoreconf
- autoreconf -if
- autoconf
- automake
- ./configure
- make clean && make
\ No newline at end of file
- make clean && make
/usr/share/automake-1.13/COPYING
\ No newline at end of file
......@@ -11,7 +11,8 @@ In principle some cleaning can be done (file like Makefile.in, Makefile etc are
To compile type
autoreconf && autoconf && automake
autoreconf -if && autoconf && automake
./configure
make clean && make
Compillation is tested on CentOS7 and SL5.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment