generarxml/autogen.sh

8 lines
162 B
Bash
Raw Normal View History

2016-10-17 21:24:11 -03:00
#!/bin/sh
2016-10-17 21:10:47 -03:00
2016-10-17 21:24:11 -03:00
mkdir -p m4 \
&& aclocal \
2016-10-17 21:10:47 -03:00
&& automake --add-missing --copy \
2016-10-17 21:24:11 -03:00
&& autoconf \
&& rm -rf config.status config.log Makefile src/Makefile m4 autom4te.cache