25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
26 # POSSIBILITY OF SUCH DAMAGE. |
26 # POSSIBILITY OF SUCH DAMAGE. |
27 # |
27 # |
28 |
28 |
29 # the package version must match the macros in ucx.h |
29 # the package version must match the macros in ucx.h |
30 # if you change the package version, don't forget to adjust the library version |
30 # if you change the version, don't forget to adjust the |
31 AC_INIT([ucx], [1.0.1], [olaf.wintermann@gmail.com]) |
31 # libtool version-info in src/Makefile.am accordingly |
|
32 AC_INIT([ucx], [1.1.0], [olaf.wintermann@gmail.com]) |
32 |
33 |
33 # don't place everything in the project root |
34 # don't place everything in the project root |
34 AC_CONFIG_AUX_DIR([build-aux]) |
35 AC_CONFIG_AUX_DIR([build-aux]) |
35 AC_CONFIG_MACRO_DIR([m4]) |
36 AC_CONFIG_MACRO_DIR([m4]) |
36 |
37 |