From 1baed27a5018fd7a9404221b8f73a52659807fa9 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 5 Dec 2011 11:07:10 +0000 Subject: [PATCH] Merge from V6_4_BR 05/12/2011 --- clean_configure | 9 ++------- configure.ac | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/clean_configure b/clean_configure index 5860643..7bb2643 100755 --- a/clean_configure +++ b/clean_configure @@ -24,10 +24,5 @@ find . -name "*.pyc" -print -exec rm {} \; #exit # ==================== ON SORT AVANT -find bin -name Makefile.in | xargs rm -f -find doc -name Makefile.in | xargs rm -f -find idl -name Makefile.in | xargs rm -f -find resources -name Makefile.in | xargs rm -f -find salome_adm -name Makefile.in | xargs rm -f -find src -name Makefile.in | xargs rm -f -rm -f Makefile.in +find . -name Makefile.in | xargs rm -f +( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile ) diff --git a/configure.ac b/configure.ac index b1c763d..bdf7246 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # Modified by : Marc Tajchman (CEA) # Created from configure.in.base # -AC_INIT([Salome2 Project PYHELLO module], [6.3.1], [webmaster.salome@opencascade.com], [SalomePYHELLO]) +AC_INIT([Salome2 Project PYHELLO module], [6.4.0], [webmaster.salome@opencascade.com], [SalomePYHELLO]) AC_CONFIG_AUX_DIR(adm_local/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET -- 2.30.2