Commit cd9f1b0f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should run autoreconf BEFORE ./configure

parent 3197e895
all:
tar xf check-0.15.0.tar.gz
cd check-0.15.0 && ./configure --prefix=/usr
cd check-0.15.0 && autoreconf --install
cd check-0.15.0 && ./configure --prefix=/usr
$(MAKE) -C check-0.15.0
$(MAKE) -C check-0.15.0 check
$(MAKE) -C check-0.15.0 install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment