Commit 3c8412db authored by Alexey Torkhov's avatar Alexey Torkhov

Creating empty m4 directory if it does not exist.

parent fa3ff17f
#!/bin/sh #!/bin/sh
[ ! -e m4 ] && mkdir m4
autoreconf --verbose --install --force autoreconf --verbose --install --force
intltoolize --copy --force --automake intltoolize --copy --force --automake
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