edbus: Fix typo in object manager
[platform/upstream/eldbus.git] / autogen.sh
1 #!/bin/sh
2
3 autoreconf -f -i
4
5 if [ -z "$NOCONFIGURE" ]; then
6     exec ./configure "$@"
7 fi