source: projects/vine-notify-update/autogen.sh @ 9642

Revision 9642, 247 bytes checked in by daisuke, 9 years ago (diff)

add initial version of vine-notify-update

  • Property svn:executable set to *
Line 
1test -n "$srcdir" || srcdir=$(dirname "$0")
2test -n "$srcdir" || srcdir=.
3(
4  cd "$srcdir" &&
5  AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall
6) || exit
7test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
8
Note: See TracBrowser for help on using the repository browser.