openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : ucd-snmp configure.in,1.1.1.1,1.2 configure,1.1.1.1,1.2


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : ucd-snmp configure.in,1.1.1.1,1.2 configure,1.1.1.1,1.2
Date: Fri, 19 Jul 2002 14:47:13 -0400

Update of /cvsroot/openap/ucd-snmp
In directory subversions:/tmp/cvs-serv5621

Modified Files:
        configure.in configure 
Log Message:
allow us to preload target endianness, re-run autoconf.

Index: configure.in
===================================================================
RCS file: /cvsroot/openap/ucd-snmp/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- configure.in        19 Jul 2002 18:40:36 -0000      1.1.1.1
+++ configure.in        19 Jul 2002 18:47:10 -0000      1.2
@@ -20,14 +20,6 @@
 [  --with-ar=AR                    use AR as the archiver.],
     [AR=$with_ar; export AR])
 
-AC_ARG_WITH(endianness,
-[  --with-endianness=big|little    define endianness of target platform when
-                                  cross-compiling.],
-    [if test $with_endianness != "big" -a $with_endianness != "little" ; then
-       AC_MSG_ERROR([Endianness must be big or little, not 
\"$with_endianness\".]);
-     fi
-])
-
 AC_ARG_WITH(cflags,
 [  --with-cflags=CFLAGS            use CFLAGS as compile time arguments.],
     [CFLAGS=$with_cflags; export CFLAGS])
@@ -1219,19 +1211,7 @@
 
 AC_DEFINE_UNQUOTED(PSCMD, "$PSPROG $ac_cv_ps_flags")
 
-dnl Checks for byte order
-if test $cross_compiling = yes; then
-  if test $with_endianness = "big"; then
-    AC_DEFINE(WORDS_BIGENDIAN)
-  elif test -z $with_endianness; then
-    AC_MSG_ERROR([You are cross-compiling, but you have not specified the 
target's endianness])
-  fi
-else
-  if test $with_endianness; then
-    AC_MSG_ERROR([Endianness has been specified, but you are not 
cross-compiling.])
-  fi
-  AC_C_BIGENDIAN
-fi
+AC_C_BIGENDIAN
 
 dnl Checks for library functions.
 AC_FUNC_ALLOCA

Index: configure
===================================================================
RCS file: /cvsroot/openap/ucd-snmp/configure,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- configure   19 Jul 2002 18:40:34 -0000      1.1.1.1
+++ configure   19 Jul 2002 18:47:10 -0000      1.2
@@ -18,9 +18,6 @@
 ac_help="$ac_help
   --with-ar=AR                    use AR as the archiver."
 ac_help="$ac_help
-  --with-endianness=big|little    define endianness of target platform when
-                                  cross-compiling."
-ac_help="$ac_help
   --with-cflags=CFLAGS            use CFLAGS as compile time arguments."
 ac_help="$ac_help
   --with-ldflags=LDFLAGS          use LDFLAGS as link time arguments to ld."
@@ -866,16 +863,6 @@
 fi
[...5226 lines suppressed...]
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16129,7 +16102,7 @@
 
 Location to write logfile" | tail -1`
 echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6
-echo "configure:16133: checking $MSG_CHECK" >&5
+echo "configure:16106: checking $MSG_CHECK" >&5
 if eval "test \"`echo '$''{'ac_cv_user_prompt_LOGFILE'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -16194,7 +16167,7 @@
 
 Location to write persistent information" | tail -1`
 echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6
-echo "configure:16198: checking $MSG_CHECK" >&5
+echo "configure:16171: checking $MSG_CHECK" >&5
 if eval "test \"`echo '$''{'ac_cv_user_prompt_PERSISTENT_DIRECTORY'+set}'`\" = 
set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]