From 4fea6f062a939caa1348e39370d93487dcc9a1e9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jul 2006 08:55:51 +0000 Subject: [PATCH] Add new AC_CONFIG_FILES. --- contrib/crossrpms/configure.ac | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index 596136eed8..db2d8c80b0 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -108,11 +108,33 @@ AC_SUBST([osversion]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([cygwin/Makefile]) +AC_CONFIG_FILES([cygwin/i686/Makefile]) + AC_CONFIG_FILES([mingw32/Makefile]) +AC_CONFIG_FILES([mingw32/i686/Makefile]) + AC_CONFIG_FILES([solaris2.7/Makefile]) +AC_CONFIG_FILES([solaris2.7/sparc/Makefile]) + AC_CONFIG_FILES([freebsd5.2/Makefile]) +AC_CONFIG_FILES([freebsd5.2/i586/Makefile]) + AC_CONFIG_FILES([freebsd6.0/Makefile]) +AC_CONFIG_FILES([freebsd6.0/i586/Makefile]) + AC_CONFIG_FILES([freebsd6.1/Makefile]) -AC_CONFIG_FILES([rtems/Makefile]) +AC_CONFIG_FILES([freebsd6.1/i586/Makefile]) + +AC_CONFIG_FILES([rtems4.7/Makefile]) +AC_CONFIG_FILES([rtems4.7/arm/Makefile]) +AC_CONFIG_FILES([rtems4.7/avr/Makefile]) +AC_CONFIG_FILES([rtems4.7/h8300/Makefile]) +AC_CONFIG_FILES([rtems4.7/i386/Makefile]) +AC_CONFIG_FILES([rtems4.7/m68k/Makefile]) +AC_CONFIG_FILES([rtems4.7/mips/Makefile]) +AC_CONFIG_FILES([rtems4.7/powerpc/Makefile]) +AC_CONFIG_FILES([rtems4.7/sh/Makefile]) +AC_CONFIG_FILES([rtems4.7/sparc/Makefile]) +AC_CONFIG_FILES([rtems4.7/tic4x/Makefile]) AC_OUTPUT