updated autogen

This commit is contained in:
Chris Cromer 2016-10-17 21:24:11 -03:00
parent 837df844bf
commit fe0fc641bb
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh
#!/bin/sh
aclocal \
mkdir -p m4 \
&& aclocal \
&& automake --add-missing --copy \
&& autoconf
&& autoconf \
&& rm -rf config.status config.log Makefile src/Makefile m4 autom4te.cache