[project @ 1998-09-30 08:34:55 by sof]
[ghc-hetmet.git] / configure.in
index 052f351..dcb5fa0 100644 (file)
@@ -496,6 +496,15 @@ AC_TYPE_SIGNAL
 dnl ** check for leading underscores in symbol names
 FPTOOLS_UNDERSCORE
 
+dnl ** how is the end of text section signalled?
+FPTOOLS_END_TEXT_SECTION
+
+dnl ** how is the end of data section signalled?
+FPTOOLS_END_DATA_SECTION
+
+dnl ** code before data?
+FPTOOLS_CODE_BEFORE_DATA
+
 AC_OUTPUT(mk/config.mk, echo timestamp > mk/stamp-h )
 
 echo ''