Skip to content
Snippets Groups Projects
Commit fd098079 authored by Yun Liu's avatar Yun Liu
Browse files

Add checking m4 dir in autogen.sh

parent e3d10cd9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# could be replaced with autoconf -v -f (verbose, force rebuild of ltmain, .in files, etc.)
if [ ! -d "m4" ]; then
mkdir m4
fi
aclocal -I m4
libtoolize --force
autoheader
......
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