fixed solve issue
[platform/adaptation/nexell/nx-gst-meta.git] / autogen.sh
1 #!/bin/sh
2 # you can either set the environment variables AUTOCONF, AUTOHEADER, AUTOMAKE,
3 # ACLOCAL, AUTOPOINT and/or LIBTOOLIZE to the right versions, or leave them
4 # unset and get the defaults
5
6 autoreconf --verbose --force --install --make || {
7  echo 'autogen.sh failed';
8  exit 1;
9 }
10