don't succeed configuring if we can't build for them
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
don't look at the generated files
DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
fi
+# Check for files involved in porting. Report errors, don't make the
+# user hunt through the configure log after the build fails!
+if test ! -r config/Makefile.${AFS_SYSNAME}.in ; then
+ AC_MSG_ERROR(no source file config/Makefile.${AFS_SYSNAME}.in)
+fi
+
AC_OUTPUT( \
Makefile \
config/Makefile.${AFS_SYSNAME} \
DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
fi
+# Check for files involved in porting. Report errors, don't make the
+# user hunt through the configure log after the build fails!
+if test ! -r src/config/Makefile.${AFS_SYSNAME}.in ; then
+ AC_MSG_ERROR(no source file src/config/Makefile.${AFS_SYSNAME}.in)
+fi
+
AC_OUTPUT( \
Makefile \
src/afs/Makefile \