provide m4 macro to make configure script of libt2n/codegen users simple
[libt2n] / example-codegen / codegen.make
index add7355..ee63091 100644 (file)
@@ -16,7 +16,7 @@ libt2ngroup_%.P : Makefile.am
 
 %.libt2nstamp : libt2ngroup_%.P $(LIBT2N_CODEGEN)
 # assuming we have some unix like shell (maybe even bash)
-       echo BUILT_SOURCES: $(BUILT_SOURCES)
+#      echo BUILT_SOURCES: $(BUILT_SOURCES)
 # temporarily create _common.hxx file (will be overwritten by codegen below)
        echo '#include "codegen-stubhead.hxx"' > $*_common.hxx;
        echo '#include "$*.hxx"' >> $*_common.hxx;