From 90b483c52eac0c2225a15ea22a0d288b631c8d70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Wed, 25 May 2011 16:15:17 +0200 Subject: [PATCH 1/1] make distcheck ok --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2d00208..505b5ae 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade dnl dnl Author: André Ribes, andre.ribes@edf.fr, EDF R&D -AC_INIT(adao, 0.1) +AC_INIT(ADAO_SRC, [6.3.0]) AC_CONFIG_AUX_DIR(adm_local) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(adao_config.h) @@ -105,6 +105,10 @@ if test "x$sphinx_ok" = "xno"; then AC_MSG_WARN([Sphinx is required for ADAO documentation]) fi +if test -f a.out; then + rm a.out +fi + AC_CONFIG_FILES([ Makefile idl/Makefile -- 2.30.2