
"Damien" == Damien Thivolle <damien@lrde.epita.fr> writes:
Index: doc/ref/Makefile.am --- doc/ref/Makefile.am Sat, 03 Apr 2004 23:02:21 +0200 thivol_d (oln/d/51_Makefile.a 1.27.1.16 600) +++ doc/ref/Makefile.am Wed, 07 Apr 2004 11:39:33 +0200 thivol_d (oln/d/51_Makefile.a 1.27.1.17 600) @@ -7,7 +7,14 @@ EXDOC = $(srcdir)/exdoc.pl OUT_DIR = "out" IMG_CONV = $(srcdir)/img_conv.pl - +CLEANFILES = -r -- html.tar.gz \ + oln-ref.pdf \ + ./$(OUT_DIR)/out* \ + ./html \ + ./latex \ + ./img \ + ./$(OUT_DIR)/makefile \ + ./$(OUT_DIR)/all.mk
doc: html.tar.gz oln-ref.pdf @@ -30,7 +37,7 @@ dist_noinst_DATA = oln-ref.pdf html.tar.gz $(srcdir)/exdoc.pl $(srcdir)/img_conv.pl
dist-local: - rm -rf img/* out/* + rm -rf img/*
La suppression de rép c'est dans dist-local que ça se fait. Ton CLEANFILES = -r est très laid.
@@ -435,7 +435,7 @@ [ac_cv_cxx_style], [ac_cv_cxx_style=unknown if test "x$ac_compiler_gnu" != xno; then - if $CXX --version | grep ' 3\.[34]' >/dev/null ; then + if $CXX --version | grep " 3\.\(3\|4\)" >/dev/null ; then
Non, pas portable. if $CXX --version | grep [' 3\.[34]'] >/dev/null ; then