mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-21 20:04:05 +01:00
Modernize configure.ac
This commit is contained in:
parent
568991af37
commit
4e20a5fde3
@ -258,8 +258,7 @@ CLEANFILES += $(pytrexio_c) \
|
|||||||
python/src/*.c \
|
python/src/*.c \
|
||||||
python/src/*.h
|
python/src/*.h
|
||||||
|
|
||||||
.PHONY: cppcheck python-test python-install python-sdist check-numpy
|
.PHONY: cppcheck python-test python-install python-sdist check-numpy FORCE
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: FORCE
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i -Wall
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([trexio], [2.0.0], [https://github.com/TREX-CoE/trexio/issues])
|
AC_INIT([trexio],[2.0.0],[https://github.com/TREX-CoE/trexio/issues])
|
||||||
AM_INIT_AUTOMAKE([subdir-objects color-tests parallel-tests silent-rules 1.11])
|
AM_INIT_AUTOMAKE([subdir-objects color-tests parallel-tests silent-rules 1.11])
|
||||||
AM_MAINTAINER_MODE()
|
AM_MAINTAINER_MODE()
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ AC_DEFINE_UNQUOTED(VERSION_MAJOR, [$VERSION_MAJOR], [major version])
|
|||||||
AC_DEFINE_UNQUOTED(VERSION_MINOR, [$VERSION_MINOR], [minor version])
|
AC_DEFINE_UNQUOTED(VERSION_MINOR, [$VERSION_MINOR], [minor version])
|
||||||
AC_DEFINE_UNQUOTED(VERSION_PATCH, [$VERSION_PATCH], [patch version])
|
AC_DEFINE_UNQUOTED(VERSION_PATCH, [$VERSION_PATCH], [patch version])
|
||||||
|
|
||||||
|
|
||||||
## Save system information, e.g. user name
|
## Save system information, e.g. user name
|
||||||
|
|
||||||
UNAME=`echo ${USER}`
|
UNAME=`echo ${USER}`
|
||||||
@ -59,7 +60,8 @@ PKG_CFLAGS=""
|
|||||||
PKG_LIBS=""
|
PKG_LIBS=""
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LIBTOOL
|
LT_INIT
|
||||||
|
AM_PROG_AR
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_PROG_GREP
|
AC_PROG_GREP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user