Home | History | Annotate | Download | only in mix_common
      1 package=MixCommon
      2 
      3 aclocal -I m4/ $ACLOCAL_FLAGS || exit 1
      4 libtoolize --copy --force || exit 1
      5 autoheader -v || exit 1
      6 autoconf -v || exit 1
      7 automake -a -c -v || exit 1
      8 #autoreconf -v --install
      9