mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
autogen.sh: create m4 dir if not present
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#! /bin/sh
|
||||
set -e
|
||||
|
||||
[ -d m4 ] || mkdir m4
|
||||
|
||||
# variables
|
||||
if [ `uname -s` = "Darwin" ]; then
|
||||
LIBTOOLIZE=glibtoolize
|
||||
|
||||
Reference in New Issue
Block a user