Move libraries version info to the beginning of Makefile.am
[platform/upstream/libatomic_ops.git] / autogen.sh
1 #!/bin/sh
2 set -e
3
4 # This script creates (or regenerates) configure (as well as aclocal.m4,
5 # config.h.in, Makefile.in, etc.) missing in the source repository.
6
7 autoreconf -i
8
9 echo
10 echo "Ready to run './configure'."