Added firm_config.h creation
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:33:28 +0000 (16:33 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Dec 2004 16:33:28 +0000 (16:33 +0000)
[r4564]

configure.in

index a174f70..a730b96 100644 (file)
@@ -296,3 +296,6 @@ dnl ===============
 
 
 AC_OUTPUT($ac_output_file,[ touch stamp-h ])
+
+dnl snip the lower prt of config.h and put it to ir/common/firm_config.h
+gawk -f filter.awk < config.h | sed -f filter.sed > ir/common/firm_config.h