On 2016-02-24 17:08, Mike Holmes wrote:
> Signed-off-by: Mike Holmes <mike.hol...@linaro.org>
Reviewed-by: Christophe Milard <christophe.mil...@linaro.org>
> ---
> configure.ac | 44 ++++----------------------------------------
> doc/m4/configure.m4 | 5 +++++
> example/m4/configure.m4 | 7 +++++++
> test/m4/configure.m4 | 28 ++++++++++++++++++++++++++++
> 4 files changed, 44 insertions(+), 40 deletions(-)
> create mode 100644 doc/m4/configure.m4
> create mode 100644 example/m4/configure.m4
> create mode 100644 test/m4/configure.m4
>
> diff --git a/configure.ac b/configure.ac
> index a7cb035..8408cf5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -318,53 +318,17 @@ AM_CFLAGS="$AM_CFLAGS $ODP_CFLAGS"
> AM_CXXFLAGS="-std=c++11"
>
> AC_CONFIG_FILES([Makefile
> - doc/Makefile
> - doc/implementers-guide/Makefile
> - doc/users-guide/Makefile
> - doc/process-guide/Makefile
> - doc/images/Makefile
> - example/Makefile
> - example/classifier/Makefile
> - example/generator/Makefile
> - example/ipsec/Makefile
> - example/packet/Makefile
> - example/time/Makefile
> - example/timer/Makefile
> helper/Makefile
> helper/test/Makefile
> pkgconfig/libodp.pc
> pkgconfig/libodphelper.pc
> scripts/Makefile
> - test/Makefile
> - test/performance/Makefile
> - test/validation/Makefile
> - test/validation/atomic/Makefile
> - test/validation/barrier/Makefile
> - test/validation/buffer/Makefile
> - test/validation/classification/Makefile
> - test/validation/config/Makefile
> - test/validation/cpumask/Makefile
> - test/validation/common/Makefile
> - test/validation/crypto/Makefile
> - test/validation/errno/Makefile
> - test/validation/hash/Makefile
> - test/validation/init/Makefile
> - test/validation/lock/Makefile
> - test/validation/packet/Makefile
> - test/validation/pktio/Makefile
> - test/validation/pool/Makefile
> - test/validation/queue/Makefile
> - test/validation/random/Makefile
> - test/validation/scheduler/Makefile
> - test/validation/std_clib/Makefile
> - test/validation/thread/Makefile
> - test/validation/time/Makefile
> - test/validation/timer/Makefile
> - test/validation/shmem/Makefile
> - test/validation/system/Makefile
> - test/miscellaneous/Makefile
> ])
>
> +m4_include([./doc/m4/configure.m4])
> +m4_include([./example/m4/configure.m4])
> +m4_include([./test/m4/configure.m4])
> +
> AC_SEARCH_LIBS([timer_create],[rt posix4])
>
> ##########################################################################
> diff --git a/doc/m4/configure.m4 b/doc/m4/configure.m4
> new file mode 100644
> index 0000000..a182ae3
> --- /dev/null
> +++ b/doc/m4/configure.m4
> @@ -0,0 +1,5 @@
> +AC_CONFIG_FILES([doc/Makefile
> + doc/implementers-guide/Makefile
> + doc/users-guide/Makefile
> + doc/process-guide/Makefile
> + doc/images/Makefile])
> diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
> new file mode 100644
> index 0000000..c2cf218
> --- /dev/null
> +++ b/example/m4/configure.m4
> @@ -0,0 +1,7 @@
> +AC_CONFIG_FILES([example/Makefile
> + example/classifier/Makefile
> + example/generator/Makefile
> + example/ipsec/Makefile
> + example/packet/Makefile
> + example/time/Makefile
> + example/timer/Makefile])
> diff --git a/test/m4/configure.m4 b/test/m4/configure.m4
> new file mode 100644
> index 0000000..ff74ede
> --- /dev/null
> +++ b/test/m4/configure.m4
> @@ -0,0 +1,28 @@
> +AC_CONFIG_FILES([test/Makefile
> + test/performance/Makefile
> + test/validation/Makefile
> + test/validation/atomic/Makefile
> + test/validation/barrier/Makefile
> + test/validation/buffer/Makefile
> + test/validation/classification/Makefile
> + test/validation/config/Makefile
> + test/validation/cpumask/Makefile
> + test/validation/common/Makefile
> + test/validation/crypto/Makefile
> + test/validation/errno/Makefile
> + test/validation/hash/Makefile
> + test/validation/init/Makefile
> + test/validation/lock/Makefile
> + test/validation/packet/Makefile
> + test/validation/pktio/Makefile
> + test/validation/pool/Makefile
> + test/validation/queue/Makefile
> + test/validation/random/Makefile
> + test/validation/scheduler/Makefile
> + test/validation/std_clib/Makefile
> + test/validation/thread/Makefile
> + test/validation/time/Makefile
> + test/validation/timer/Makefile
> + test/validation/shmem/Makefile
> + test/validation/system/Makefile
> + test/miscellaneous/Makefile])
> --
> 2.5.0
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp