[rtems-crossrpms commit] Remove.

Ralf Corsepius ralf at rtems.org
Sun Apr 29 08:56:11 UTC 2012


Module:    rtems-crossrpms
Branch:    master
Commit:    4c912408bdd8bddcff79cb785455e5214f3d4ce2
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=4c912408bdd8bddcff79cb785455e5214f3d4ce2

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Sun Apr 29 10:57:11 2012 +0200

Remove.

---

 acinclude.m4 |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644
index 28ad8d5..0000000
--- a/acinclude.m4
+++ /dev/null
@@ -1,20 +0,0 @@
-# RTEMS_CANONICAL_SPLIT(THING)
-# --------------------------
-# Generate the variables THING, THING_{alias cpu vendor os}.
-m4_define([RTEMS_CANONICAL_SPLIT],
-[case $ac_cv_$1 in
-*-*-*) ;;
-*) AC_MSG_ERROR([invalid value of canonical $1]);;
-esac
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_$1
-shift
-$1_cpu=$[1]
-$1_vendor=$[2]
-shift; shift
-[# Remember, the first character of IFS is used to create $]*,
-# except with old shells:
-$1_os=$[*]
-IFS=$ac_save_IFS
-case $$1_os in *\ *) $1_os=`echo "$$1_os" | sed 's/ /-/g'`;; esac
-])# RTEMS_CANONICAL_SPLIT




More information about the vc mailing list