Use new Bluetooth-frwk bt_agent_reply_sync() APIs
[platform/core/appfw/notification-service.git] / autogen.sh
1 #! /bin/sh
2
3 autoreconf --force -v --install
4 test -n "$NOCONFIGURE" || "./configure" "$@"