1*2b15cb3dSCy Schubertdnl ###################################################################### 2*2b15cb3dSCy SchubertAC_DEFUN([NTP_CROSSCOMPILE], [ 3*2b15cb3dSCy Schubert 4*2b15cb3dSCy Schubert# Expose a cross-compilation indicator to makefiles 5*2b15cb3dSCy SchubertAM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host]) 6*2b15cb3dSCy Schubert 7*2b15cb3dSCy Schubert])dnl 8*2b15cb3dSCy Schubertdnl ====================================================================== 9