tdm_config: add TDM_CONFIG_KEY_GENERAL_HWC_COMMIT_USE_GLOBAL_FPS config define
[platform/core/uifw/libtdm.git] / autogen.sh
1 #! /bin/sh
2
3 test -n "$srcdir" || srcdir=`dirname "$0"`
4 test -n "$srcdir" || srcdir=.
5 autoreconf --force --install --verbose "$srcdir"
6 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"