summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-12-02 19:08:39 +0000
committerDavid Schleef <ds@schleef.org>2002-12-02 19:08:39 +0000
commitc73793f7022cbc8ffd39f9c0b0587078f47c0b06 (patch)
treefe58d584554fbd46217a7babb8606cfe28a2d444
parentf2d9b99515c73da09bfe307d273d320f79a226da (diff)
downloadgstreamer-common-c73793f7022cbc8ffd39f9c0b0587078f47c0b06.tar.gz
Add the rest of cpus supported by Debian
Original commit message from CVS: Add the rest of cpus supported by Debian
-rw-r--r--m4/as-version.m41
-rw-r--r--m4/gst-arch.m411
2 files changed, 11 insertions, 1 deletions
diff --git a/m4/as-version.m4 b/m4/as-version.m4
index 72e5142..bf891c8 100644
--- a/m4/as-version.m4
+++ b/m4/as-version.m4
@@ -50,6 +50,7 @@ AC_DEFUN(AS_VERSION,
AC_SUBST([$2]_MAJOR)
AC_SUBST([$2]_MINOR)
AC_SUBST([$2]_MICRO)
+ AC_SUBST([$2]_NANO)
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define the package name])
AC_SUBST(PACKAGE)
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Define the version])
diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4
index 7fa316e..8a1bae6 100644
--- a/m4/gst-arch.m4
+++ b/m4/gst-arch.m4
@@ -15,7 +15,7 @@ x86])
esac ;;
xpowerpc) HAVE_CPU_PPC=yes
AC_DEFINE(HAVE_CPU_PPC, 1, [Define if the target CPU is a
-PPC]) ;;
+PowerPC]) ;;
xalpha) HAVE_CPU_ALPHA=yes
AC_DEFINE(HAVE_CPU_ALPHA, 1, [Define if the target CPU is an
Alpha]) ;;
@@ -31,6 +31,15 @@ MIPS]) ;;
xhppa*) HAVE_CPU_HPPA=yes
AC_DEFINE(HAVE_CPU_HPPA, 1, [Define if the target CPU is a
HPPA]) ;;
+ xs390*) HAVE_CPU_S390=yes
+ AC_DEFINE(HAVE_CPU_S390, 1, [Define if the target CPU is a
+S390]) ;;
+ xia64*) HAVE_CPU_IA64=yes
+ AC_DEFINE(HAVE_CPU_IA64, 1, [Define if the target CPU is a
+IA64]) ;;
+ xm68k*) HAVE_CPU_M68K=yes
+ AC_DEFINE(HAVE_CPU_M68K, 1, [Define if the target CPU is a
+M68K]) ;;
esac
dnl Determine endianness