screen: add screen-age to API
[platform/upstream/libtsm.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 mkdir -p m4
4 autoreconf -is
5
6 if test ! "x$NOCONFIGURE" = "x1" ; then
7     exec ./configure "$@"
8 fi