Index: sid/bsp/configure.in =================================================================== RCS file: /cvs/src/src/sid/bsp/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -c -p -r1.1 -r1.2 *** sid/bsp/configure.in 7 Dec 2000 19:30:45 -0000 1.1 --- sid/bsp/configure.in 24 Oct 2003 19:03:17 -0000 1.2 *************** AC_SUBST(INSTALL) *** 13,17 **** --- 13,20 ---- dnl Perform --target/--enable-targets processing. CY_SIDTARGET_CHECK + dnl Install without the --program-prefix + program_transform_name=s,x,x, + AC_OUTPUT_COMMANDS([chmod a+x configrun-sid pregen/pregen-configs]) AC_OUTPUT([Makefile pregen/Makefile configrun-sid pregen/pregen-configs]) Index: sid/component/configure.in =================================================================== RCS file: /cvs/src/src/sid/component/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -c -p -r1.11 -r1.12 *** sid/component/configure.in 10 Jun 2003 18:32:58 -0000 1.11 --- sid/component/configure.in 24 Oct 2003 19:03:01 -0000 1.12 *************** dnl can recursively descend there - see *** 113,118 **** --- 113,121 ---- make_subdirs="cache consoles gdb gloss glue ide interrupt lcd loader mapper memory mmu parport profiling rtc sched uart testsuite" AC_SUBST(make_subdirs) + dnl Install without the --program-prefix + program_transform_name=s,x,x, + dnl List all component subdirectory files not covered by AC_CONFIG_SUBDIRS dnl that need autoconf @substitution@. AC_OUTPUT([Makefile testsuite/Makefile tconfig.h:tconfig.in siddoc Index: sid/main/dynamic/configure.in =================================================================== RCS file: /cvs/src/src/sid/main/dynamic/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -c -p -r1.3 -r1.4 *** sid/main/dynamic/configure.in 24 Jul 2001 13:53:00 -0000 1.3 --- sid/main/dynamic/configure.in 24 Oct 2003 19:03:37 -0000 1.4 *************** CY_SIDTARGET_CHECK *** 24,28 **** --- 24,31 ---- dnl Pass SID_STATIC flag to Makefile.am to indicate a static build. AM_CONDITIONAL(SID_STATIC, test x$enable_shared != xyes) + dnl Install without the --program-prefix + program_transform_name=s,x,x, + dnl Outputs AC_OUTPUT(Makefile)