OSDN Git Service

2003-10-24 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Fri, 24 Oct 2003 19:03:17 +0000 (19:03 +0000)
committerbrolley <brolley>
Fri, 24 Oct 2003 19:03:17 +0000 (19:03 +0000)
        * configure.in: Set program_transform_name to s,x,x, to avoid
        installing with the target prefix.
        * configure: Regenerate.

sid/bsp/ChangeLog
sid/bsp/configure
sid/bsp/configure.in

index 1e34d8e..f69ad14 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-24  Dave Brolley  <brolley@redhat.com>
+
+       * configure.in: Set program_transform_name to s,x,x, to avoid
+       installing with the target prefix.
+       * configure: Regenerate.
+
 2003-10-07  Dave Brolley  <brolley@redhat.com>
 
        For Graydon Hoare  <graydon@redhat.com>
index 4dc3f93..fcff175 100755 (executable)
@@ -1142,6 +1142,8 @@ echo "$ac_t""$sidtarget_xstormy16" 1>&6
 
 
 
+program_transform_name=s,x,x,
+
 
 trap '' 1 2 15
 cat > confcache <<\EOF
index 0df3c5f..2bada5a 100644 (file)
@@ -13,5 +13,8 @@ AC_SUBST(INSTALL)
 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])