dnl while we can get autoconf to properly handle nonexisting dnl directories (e.g., because a sub-package only requires and dnl distributes a subset of the directories under ssrlApps) dnl via dnl if [ -d somedir ] ; then AC_CONFIG_FILES([somedir/Makefile]) ; fi dnl this doesn't work for automake -- automake doesn't understand dnl the shell commands. dnl dnl The 'TILLAC_M4_IF_PRESENT' macro tests at 'autoconf/automake'-time dnl if the argument file with '.am' appended exists and expands dnl $2 if it does. Otherwise, $2 is suppressed. dnl dnl USAGE: dnl dnl TILLAC_M4_IR_PRESENT( dnl [mysubdir/Makefile], dnl [