--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
+ --disable-java do not build Java sources
+ --disable-native-java do not compile Java to native executables
--enable-csharp[=IMPL] choose preferred C# implementation (pnet or mono)
--enable-relocatable install a package that can be moved in the filesystem
--disable-nls do not use Native Language Support
--disable-threads build without multithread safety
--disable-rpath do not hardcode runtime library paths
--disable-libasprintf do not build libasprintf
+ --disable-libglocale do not build libglocale
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
--without-libexpat-prefix don't search for libexpat in includedir and libdir
--with-lispdir override the default lisp directory
+ --without-emacs do not use Emacs, don't install po-mode
Some influential environment variables:
CC C compiler command
enableval="$enable_dependency_tracking"
fi;
+# Check whether --enable-java or --disable-java was given.
+if test "${enable_java+set}" = set; then
+ enableval="$enable_java"
+
+fi;
+# Check whether --enable-native-java or --disable-native-java was given.
+if test "${enable_native_java+set}" = set; then
+ enableval="$enable_native_java"
+
+fi;
# Check whether --enable-csharp or --disable-csharp was given.
enableval="$enable_libasprintf"
fi;
+# Check whether --enable-libglocale or --disable-libglocale was given.
+if test "${enable_libglocale+set}" = set; then
+ enableval="$enable_libglocale"
+
+fi;
enableval="$enable_dependency_tracking"
fi;
+# Check whether --enable-java or --disable-java was given.
+if test "${enable_java+set}" = set; then
+ enableval="$enable_java"
+
+fi;
+# Check whether --enable-native-java or --disable-native-java was given.
+if test "${enable_native_java+set}" = set; then
+ enableval="$enable_native_java"
+
+fi;
fi;
+# Check whether --with-emacs or --without-emacs was given.
+if test "${with_emacs+set}" = set; then
+ withval="$with_emacs"
+
+fi;
+
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
DATA = $(gettextsrc_DATA)
ETAGS = etags
CTAGS = ctags
+DIST_SUBDIRS = doc intl intl-java intl-csharp lib libasprintf glocale \
+ src po man m4 tests
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../m4
-SUBDIRS = doc intl intl-java intl-csharp lib @SUBDIR_libasprintf@ src po man m4 tests
-DIST_SUBDIRS = doc intl intl-java intl-csharp lib libasprintf src po man m4 tests
+@ENABLE_LIBASPRINTF_FALSE@SUBDIR_libasprintf =
+
+# The list of subdirectories depends on whether --disable-libasprintf or
+# --disable-glocale was specified.
+@ENABLE_LIBASPRINTF_TRUE@SUBDIR_libasprintf = libasprintf
+@ENABLE_GLOCALE_FALSE@SUBDIR_glocale =
+@ENABLE_GLOCALE_TRUE@SUBDIR_glocale = glocale
+SUBDIRS = doc intl intl-java intl-csharp lib $(SUBDIR_libasprintf) $(SUBDIR_glocale) src po man m4 tests
EXTRA_DIST = BUGS Makefile.vms config.h_vms README.woe32 Makefile.msvc \
config.h.msvc windows/dllexport.h windows/intl.rc
m4_include([../gettext-tools/m4/error.m4])
m4_include([../gettext-tools/m4/extensions.m4])
m4_include([../gettext-tools/m4/getopt.m4])
+m4_include([../gettext-tools/m4/java.m4])
m4_include([../gettext-tools/m4/javacomp.m4])
m4_include([../gettext-tools/m4/onceonly.m4])
m4_include([../gettext-tools/m4/pathmax.m4])
/* Define to 1 if you have the `munmap' function. */
#undef HAVE_MUNMAP
+/* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
+ _GNU_SOURCE is defined. */
+#undef HAVE_NL_LOCALE_NAME
+
/* Define to 1 if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
/* Define if your printf() function supports format strings with positions. */
#undef HAVE_POSIX_PRINTF
+/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
+#undef HAVE_PTHREAD_MUTEX_RECURSIVE
+
+/* Define if the POSIX multithreading library has read/write locks. */
+#undef HAVE_PTHREAD_RWLOCK
+
/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
/* Define if you have the 'unsigned long long' type. */
#undef HAVE_UNSIGNED_LONG_LONG
+/* Define to 1 or 0, depending whether the compiler supports simple visibility
+ declarations. */
+#undef HAVE_VISIBILITY
+
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN
+/* Define if the pthread_in_use() detection is hard. */
+#undef PTHREAD_IN_USE_DETECTION_HARD
+
/* Define as the maximum value of type 'size_t', if the system doesn't define
it. */
#undef SIZE_MAX
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
+/* Define if the POSIX multithreading library can be used. */
+#undef USE_POSIX_THREADS
+
+/* Define if references to the POSIX multithreading library should be made
+ weak. */
+#undef USE_POSIX_THREADS_WEAK
+
+/* Define if the GNU Pth multithreading library can be used. */
+#undef USE_PTH_THREADS
+
+/* Define if references to the GNU Pth multithreading library should be made
+ weak. */
+#undef USE_PTH_THREADS_WEAK
+
+/* Define if the old Solaris multithreading library can be used. */
+#undef USE_SOLARIS_THREADS
+
+/* Define if references to the old Solaris multithreading library should be
+ made weak. */
+#undef USE_SOLARIS_THREADS_WEAK
+
/* Define to 1 if you want getc etc. to use unlocked I/O if available.
Unlocked I/O can improve performance in unithreaded apps, but it is not
safe for multithreaded apps. */
#undef USE_UNLOCKED_IO
+/* Define if the Win32 multithreading API can be used. */
+#undef USE_WIN32_THREADS
+
/* Version number of package */
#undef VERSION
#undef uintmax_t
+#define __libc_lock_t gl_lock_t
+#define __libc_lock_define gl_lock_define
+#define __libc_lock_define_initialized gl_lock_define_initialized
+#define __libc_lock_init gl_lock_init
+#define __libc_lock_lock gl_lock_lock
+#define __libc_lock_unlock gl_lock_unlock
+#define __libc_rwlock_t gl_rwlock_t
+#define __libc_rwlock_define gl_rwlock_define
+#define __libc_rwlock_define_initialized gl_rwlock_define_initialized
+#define __libc_rwlock_init gl_rwlock_init
+#define __libc_rwlock_rdlock gl_rwlock_rdlock
+#define __libc_rwlock_wrlock gl_rwlock_wrlock
+#define __libc_rwlock_unlock gl_rwlock_unlock
+#define __libc_lock_recursive_t gl_recursive_lock_t
+#define __libc_lock_define_recursive gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive gl_recursive_lock_init
+#define __libc_lock_lock_recursive gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive gl_recursive_lock_unlock
+#define glthread_in_use libintl_thread_in_use
+#define glthread_lock_init libintl_lock_init
+#define glthread_lock_lock libintl_lock_lock
+#define glthread_lock_unlock libintl_lock_unlock
+#define glthread_lock_destroy libintl_lock_destroy
+#define glthread_rwlock_init libintl_rwlock_init
+#define glthread_rwlock_rdlock libintl_rwlock_rdlock
+#define glthread_rwlock_wrlock libintl_rwlock_wrlock
+#define glthread_rwlock_unlock libintl_rwlock_unlock
+#define glthread_rwlock_destroy libintl_rwlock_destroy
+#define glthread_recursive_lock_init libintl_recursive_lock_init
+#define glthread_recursive_lock_lock libintl_recursive_lock_lock
+#define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
+#define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
+#define glthread_once libintl_once
+#define glthread_once_call libintl_once_call
+#define glthread_once_singlethreaded libintl_once_singlethreaded
+
+
+
/* On Windows, variables that may be in a DLL must be marked specially. */
-#if defined _MSC_VER && defined _DLL
+#if (defined _MSC_VER && defined _DLL) || (defined __MINGW32__ && defined DLL_EXPORT)
# define DLL_VARIABLE __declspec (dllimport)
#else
# define DLL_VARIABLE
# include <unistd.h>
#endif"
-ac_subdirs_all="$ac_subdirs_all libasprintf"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar docdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC CPP EGREP HAVE_GCJ_IN_PATH HAVE_JAVAC_IN_PATH HAVE_JIKES_IN_PATH JAVAC CLASSPATH CLASSPATH_SEPARATOR HAVE_GCJ_C HAVE_JAVAC HAVE_JIKES JAR BUILDJAVA CSHARP_CHOICE HAVE_CSCC_IN_PATH HAVE_MCS_IN_PATH HAVE_CSC_IN_PATH HAVE_CSCC HAVE_MCS HAVE_CSC BUILDCSHARP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL RELOCATABLE LIBOBJS SET_RELOCATABLE RELOCATABLE_VIA_LD_TRUE RELOCATABLE_VIA_LD_FALSE MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC2 CFLAG_VISIBILITY HAVE_VISIBILITY ALLOCA GLIBC21 INTL_MACOSX_LIBS LIBPTH LTLIBPTH LIBTHREAD LTLIBTHREAD LIBMULTITHREAD LTLIBMULTITHREAD HAVE_POSIX_PRINTF HAVE_ASPRINTF HAVE_SNPRINTF HAVE_WPRINTF LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB STDBOOL_H HAVE__BOOL ALLOCA_H GETOPT_H PERL CROSS_COMPILING LIBSCHED SUBDIR_libasprintf subdirs LTLIBOBJS'
+ac_subdirs_all="$ac_subdirs_all libasprintf glocale"
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar docdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC JAVA_CHOICE CPP EGREP HAVE_GCJ_IN_PATH HAVE_JAVAC_IN_PATH HAVE_JIKES_IN_PATH JAVAC CLASSPATH CLASSPATH_SEPARATOR HAVE_GCJ_C HAVE_JAVAC HAVE_JIKES JAR BUILDJAVA CSHARP_CHOICE HAVE_CSCC_IN_PATH HAVE_MCS_IN_PATH HAVE_CSC_IN_PATH HAVE_CSCC HAVE_MCS HAVE_CSC BUILDCSHARP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL RELOCATABLE LIBOBJS SET_RELOCATABLE RELOCATABLE_VIA_LD_TRUE RELOCATABLE_VIA_LD_FALSE MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC2 CFLAG_VISIBILITY HAVE_VISIBILITY ALLOCA GLIBC21 INTL_MACOSX_LIBS LIBPTH LTLIBPTH LIBTHREAD LTLIBTHREAD LIBMULTITHREAD LTLIBMULTITHREAD HAVE_POSIX_PRINTF HAVE_ASPRINTF HAVE_SNPRINTF HAVE_WPRINTF LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB STDBOOL_H HAVE__BOOL ALLOCA_H GETOPT_H PERL CROSS_COMPILING LIBSCHED ENABLE_LIBASPRINTF_TRUE ENABLE_LIBASPRINTF_FALSE ENABLE_GLOCALE_TRUE ENABLE_GLOCALE_FALSE subdirs LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
+ --disable-java do not build Java sources
+ --disable-native-java do not compile Java to native executables
--enable-csharp[=IMPL] choose preferred C# implementation (pnet or mono)
--enable-shared[=PKGS]
build shared libraries [default=yes]
--disable-threads build without multithread safety
--disable-rpath do not hardcode runtime library paths
--disable-libasprintf do not build libasprintf
+ --disable-libglocale do not build libglocale
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ echo "$as_me:$LINENO: checking whether to use Java" >&5
+echo $ECHO_N "checking whether to use Java... $ECHO_C" >&6
+ # Check whether --enable-java or --disable-java was given.
+if test "${enable_java+set}" = set; then
+ enableval="$enable_java"
+ JAVA_CHOICE="$enableval"
+else
+ JAVA_CHOICE=yes
+fi;
+ echo "$as_me:$LINENO: result: $JAVA_CHOICE" >&5
+echo "${ECHO_T}$JAVA_CHOICE" >&6
+ if test "$JAVA_CHOICE" = yes; then
+ # Check whether --enable-native-java or --disable-native-java was given.
+if test "${enable_native_java+set}" = set; then
+ enableval="$enable_native_java"
+ test "$enableval" != no || JAVA_CHOICE=bytecode
+fi;
+ fi
+
+
+
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
echo "${ECHO_T}no" >&6
fi
-if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
+if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
BUILDJAVA=yes
else
BUILDJAVA=no
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5026 "configure"' > conftest.$ac_ext
+ echo '#line 5051 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
# Provide some information about the compiler.
-echo "$as_me:6374:" \
+echo "$as_me:6399:" \
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7447: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7472: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7451: \$? = $ac_status" >&5
+ echo "$as_me:7476: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7705: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7730: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7709: \$? = $ac_status" >&5
+ echo "$as_me:7734: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7765: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7790: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7769: \$? = $ac_status" >&5
+ echo "$as_me:7794: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9966 "configure"
+#line 9991 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10064 "configure"
+#line 10089 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12289: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12314: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:12293: \$? = $ac_status" >&5
+ echo "$as_me:12318: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12349: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12374: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:12353: \$? = $ac_status" >&5
+ echo "$as_me:12378: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 13713 "configure"
+#line 13738 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 13811 "configure"
+#line 13836 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14669: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14694: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14673: \$? = $ac_status" >&5
+ echo "$as_me:14698: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14729: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14754: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14733: \$? = $ac_status" >&5
+ echo "$as_me:14758: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16790: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16815: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16794: \$? = $ac_status" >&5
+ echo "$as_me:16819: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17048: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17073: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17052: \$? = $ac_status" >&5
+ echo "$as_me:17077: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17108: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17133: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17112: \$? = $ac_status" >&5
+ echo "$as_me:17137: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 19309 "configure"
+#line 19334 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 19407 "configure"
+#line 19432 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <langinfo.h>
+#include <locale.h>
int
main ()
{
fi
+if test -n "$SUBDIR_libasprintf"; then
+ ENABLE_LIBASPRINTF_TRUE=
+ ENABLE_LIBASPRINTF_FALSE='#'
+else
+ ENABLE_LIBASPRINTF_TRUE='#'
+ ENABLE_LIBASPRINTF_FALSE=
+fi
-subdirs="$subdirs libasprintf"
+# Check whether --enable-libglocale or --disable-libglocale was given.
+if test "${enable_libglocale+set}" = set; then
+ enableval="$enable_libglocale"
+ if test "$enableval" != no; then
+ SUBDIR_glocale=glocale
+ else
+ SUBDIR_glocale=
+ fi
+
+else
+ SUBDIR_glocale=glocale
+fi;
+
+
+if test -n "$SUBDIR_glocale"; then
+ ENABLE_GLOCALE_TRUE=
+ ENABLE_GLOCALE_FALSE='#'
+else
+ ENABLE_GLOCALE_TRUE='#'
+ ENABLE_GLOCALE_FALSE=
+fi
+
+
+
+
+subdirs="$subdirs libasprintf glocale"
ac_config_files="$ac_config_files Makefile"
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${ENABLE_LIBASPRINTF_TRUE}" && test -z "${ENABLE_LIBASPRINTF_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"ENABLE_LIBASPRINTF\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"ENABLE_LIBASPRINTF\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${ENABLE_GLOCALE_TRUE}" && test -z "${ENABLE_GLOCALE_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"ENABLE_GLOCALE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"ENABLE_GLOCALE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
# POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
- # from automake.
+ # from automake < 1.5.
eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
# Capture the value of LINGUAS because we need it to compute CATALOGS.
LINGUAS="${LINGUAS-%UNSET%}"
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
s,@YACC@,$YACC,;t t
+s,@JAVA_CHOICE@,$JAVA_CHOICE,;t t
s,@CPP@,$CPP,;t t
s,@EGREP@,$EGREP,;t t
s,@HAVE_GCJ_IN_PATH@,$HAVE_GCJ_IN_PATH,;t t
s,@PERL@,$PERL,;t t
s,@CROSS_COMPILING@,$CROSS_COMPILING,;t t
s,@LIBSCHED@,$LIBSCHED,;t t
-s,@SUBDIR_libasprintf@,$SUBDIR_libasprintf,;t t
+s,@ENABLE_LIBASPRINTF_TRUE@,$ENABLE_LIBASPRINTF_TRUE,;t t
+s,@ENABLE_LIBASPRINTF_FALSE@,$ENABLE_LIBASPRINTF_FALSE,;t t
+s,@ENABLE_GLOCALE_TRUE@,$ENABLE_GLOCALE_TRUE,;t t
+s,@ENABLE_GLOCALE_FALSE@,$ENABLE_GLOCALE_FALSE,;t t
s,@subdirs@,$subdirs,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
CEOF
test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
fi
ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
- # Hide the ALL_LINGUAS assigment from automake.
+ # Hide the ALL_LINGUAS assigment from automake < 1.5.
eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
else
# The set of available languages was given in configure.in.
+ # Hide the ALL_LINGUAS assigment from automake < 1.5.
eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
fi
# Compute POFILES
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-tools/m4/error.m4 \
$(top_srcdir)/../gettext-tools/m4/extensions.m4 \
$(top_srcdir)/../gettext-tools/m4/getopt.m4 \
+ $(top_srcdir)/../gettext-tools/m4/java.m4 \
$(top_srcdir)/../gettext-tools/m4/javacomp.m4 \
$(top_srcdir)/../gettext-tools/m4/onceonly.m4 \
$(top_srcdir)/../gettext-tools/m4/pathmax.m4 \
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ENABLE_GLOCALE_FALSE = @ENABLE_GLOCALE_FALSE@
+ENABLE_GLOCALE_TRUE = @ENABLE_GLOCALE_TRUE@
+ENABLE_LIBASPRINTF_FALSE = @ENABLE_LIBASPRINTF_FALSE@
+ENABLE_LIBASPRINTF_TRUE = @ENABLE_LIBASPRINTF_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
JAR = @JAR@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
SHELL = @SHELL@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
-SUBDIR_libasprintf = @SUBDIR_libasprintf@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
m4_include([m4/alloca.m4])
m4_include([m4/allocsa.m4])
m4_include([m4/backupfile.m4])
+m4_include([m4/byteswap.m4])
m4_include([m4/canonicalize.m4])
m4_include([m4/csharp.m4])
m4_include([m4/csharpcomp.m4])
m4_include([m4/getopt.m4])
m4_include([m4/hard-locale.m4])
m4_include([m4/hostname.m4])
+m4_include([m4/java.m4])
m4_include([m4/javacomp.m4])
m4_include([m4/javaexec.m4])
m4_include([m4/libgrep.m4])
m4_include([m4/ssize_t.m4])
m4_include([m4/stdbool.m4])
m4_include([m4/stpncpy.m4])
-m4_include([m4/strcase.m4])
m4_include([m4/strdup.m4])
m4_include([m4/strerror.m4])
m4_include([m4/strtol.m4])
/* Define to 1 if the package shall run at any location in the filesystem. */
#undef ENABLE_RELOCATABLE
+/* Define according to the byte order of the target machine: 1 for big endian,
+ 0 for little endian. */
+#undef ENDIANNESS
+
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
/* Define to 1 if you have the `btowc' function. */
#undef HAVE_BTOWC
+/* Define to 1 if you have the <byteswap.h> header file. */
+#undef HAVE_BYTESWAP_H
+
/* Define to 1 if you have the `canonicalize_file_name' function. */
#undef HAVE_CANONICALIZE_FILE_NAME
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
+/* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
+ _GNU_SOURCE is defined. */
+#undef HAVE_NL_LOCALE_NAME
+
/* Define to 1 if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
/* Define to 1 if you have the `posix_spawn' function. */
#undef HAVE_POSIX_SPAWN
+/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
+#undef HAVE_PTHREAD_MUTEX_RECURSIVE
+
+/* Define if the POSIX multithreading library has read/write locks. */
+#undef HAVE_PTHREAD_RWLOCK
+
/* Define to 1 if the system has the type `ptrdiff_t'. */
#undef HAVE_PTRDIFF_T
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the `strncasecmp' function. */
-#undef HAVE_STRNCASECMP
-
/* Define to 1 if you have the `strpbrk' function. */
#undef HAVE_STRPBRK
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
+/* Define to 1 if `__names' is member of `struct __locale_struct'. */
+#undef HAVE_STRUCT___LOCALE_STRUCT___NAMES
+
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
+/* Define to 1 or 0, depending whether the compiler supports simple visibility
+ declarations. */
+#undef HAVE_VISIBILITY
+
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN
+/* Define if the pthread_in_use() detection is hard. */
+#undef PTHREAD_IN_USE_DETECTION_HARD
+
/* Define as const if the declaration of setlocale() needs const. */
#undef SETLOCALE_CONST
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
+/* Define if the POSIX multithreading library can be used. */
+#undef USE_POSIX_THREADS
+
+/* Define if references to the POSIX multithreading library should be made
+ weak. */
+#undef USE_POSIX_THREADS_WEAK
+
+/* Define if the GNU Pth multithreading library can be used. */
+#undef USE_PTH_THREADS
+
+/* Define if references to the GNU Pth multithreading library should be made
+ weak. */
+#undef USE_PTH_THREADS_WEAK
+
+/* Define if the old Solaris multithreading library can be used. */
+#undef USE_SOLARIS_THREADS
+
+/* Define if references to the old Solaris multithreading library should be
+ made weak. */
+#undef USE_SOLARIS_THREADS_WEAK
+
/* Define to 1 if you want getc etc. to use unlocked I/O if available.
Unlocked I/O can improve performance in unithreaded apps, but it is not
safe for multithreaded apps. */
#undef USE_UNLOCKED_IO
+/* Define if the Win32 multithreading API can be used. */
+#undef USE_WIN32_THREADS
+
/* Version number of package */
#undef VERSION
#undef vfork
+#define __libc_lock_t gl_lock_t
+#define __libc_lock_define gl_lock_define
+#define __libc_lock_define_initialized gl_lock_define_initialized
+#define __libc_lock_init gl_lock_init
+#define __libc_lock_lock gl_lock_lock
+#define __libc_lock_unlock gl_lock_unlock
+#define __libc_rwlock_t gl_rwlock_t
+#define __libc_rwlock_define gl_rwlock_define
+#define __libc_rwlock_define_initialized gl_rwlock_define_initialized
+#define __libc_rwlock_init gl_rwlock_init
+#define __libc_rwlock_rdlock gl_rwlock_rdlock
+#define __libc_rwlock_wrlock gl_rwlock_wrlock
+#define __libc_rwlock_unlock gl_rwlock_unlock
+#define __libc_lock_recursive_t gl_recursive_lock_t
+#define __libc_lock_define_recursive gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive gl_recursive_lock_init
+#define __libc_lock_lock_recursive gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive gl_recursive_lock_unlock
+#define glthread_in_use libintl_thread_in_use
+#define glthread_lock_init libintl_lock_init
+#define glthread_lock_lock libintl_lock_lock
+#define glthread_lock_unlock libintl_lock_unlock
+#define glthread_lock_destroy libintl_lock_destroy
+#define glthread_rwlock_init libintl_rwlock_init
+#define glthread_rwlock_rdlock libintl_rwlock_rdlock
+#define glthread_rwlock_wrlock libintl_rwlock_wrlock
+#define glthread_rwlock_unlock libintl_rwlock_unlock
+#define glthread_rwlock_destroy libintl_rwlock_destroy
+#define glthread_recursive_lock_init libintl_recursive_lock_init
+#define glthread_recursive_lock_lock libintl_recursive_lock_lock
+#define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
+#define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
+#define glthread_once libintl_once
+#define glthread_once_call libintl_once_call
+#define glthread_once_singlethreaded libintl_once_singlethreaded
+
+
+
+/* Indicator for intl/ that it is compiled for testing purposes only. */
+#define USE_IN_GETTEXT_TESTS
+
/* A file name cannot consist of any character possible. INVALID_PATH_CHAR
contains the characters not allowed. */
#if defined _MSC_VER || defined __MINGW32__
#define PAGE_WIDTH 79
/* On Windows, variables that may be in a DLL must be marked specially. */
-#if defined _MSC_VER && defined _DLL
+#if (defined _MSC_VER && defined _DLL) || (defined __MINGW32__ && defined DLL_EXPORT)
# define DLL_VARIABLE __declspec (dllimport)
#else
# define DLL_VARIABLE
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar localedir docdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC GCJ GCJFLAGS HAVE_GCJ BUILDJAVAEXE CPP EGREP HAVE_GCJ_IN_PATH HAVE_JAVAC_IN_PATH HAVE_JIKES_IN_PATH JAVAC CLASSPATH CLASSPATH_SEPARATOR HAVE_GCJ_C HAVE_JAVAC HAVE_JIKES JAR BUILDJAVA HAVE_GIJ_IN_PATH HAVE_JAVA_IN_PATH HAVE_JRE_IN_PATH HAVE_JVIEW_IN_PATH JAVA HAVE_GIJ HAVE_JAVA HAVE_JRE HAVE_JVIEW TESTJAVA CSHARP_CHOICE HAVE_CSCC_IN_PATH HAVE_MCS_IN_PATH HAVE_CSC_IN_PATH HAVE_CSCC HAVE_MCS HAVE_CSC BUILDCSHARP HAVE_ILRUN_IN_PATH HAVE_MONO_IN_PATH MONO_PATH MONO_PATH_SEPARATOR HAVE_ILRUN HAVE_MONO TESTCSHARP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LTNOUNDEF RELOCATABLE LIBOBJS SET_RELOCATABLE RELOCATABLE_VIA_LD_TRUE RELOCATABLE_VIA_LD_FALSE MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC2 CFLAG_VISIBILITY HAVE_VISIBILITY ALLOCA GLIBC21 INTL_MACOSX_LIBS LIBPTH LTLIBPTH LIBTHREAD LTLIBTHREAD LIBMULTITHREAD LTLIBMULTITHREAD HAVE_POSIX_PRINTF HAVE_ASPRINTF HAVE_SNPRINTF HAVE_WPRINTF LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB STDBOOL_H HAVE__BOOL ALLOCA_H FNMATCH_H GETOPT_H LIBGREPOBJS MINGW_TRUE MINGW_FALSE LIBEXPAT LTLIBEXPAT HAVE_LIBEXPAT EMACS EMACSLOADPATH lispdir aclocaldir DVIPS TEXI2PDF PERL CROSS_COMPILING LOCALE_FR LOCALE_FR_UTF8 TESTLIBASPRINTF LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar localedir docdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC JAVA_CHOICE GCJ GCJFLAGS HAVE_GCJ BUILDJAVAEXE CPP EGREP HAVE_GCJ_IN_PATH HAVE_JAVAC_IN_PATH HAVE_JIKES_IN_PATH JAVAC CLASSPATH CLASSPATH_SEPARATOR HAVE_GCJ_C HAVE_JAVAC HAVE_JIKES JAR BUILDJAVA HAVE_GIJ_IN_PATH HAVE_JAVA_IN_PATH HAVE_JRE_IN_PATH HAVE_JVIEW_IN_PATH JAVA HAVE_GIJ HAVE_JAVA HAVE_JRE HAVE_JVIEW TESTJAVA CSHARP_CHOICE HAVE_CSCC_IN_PATH HAVE_MCS_IN_PATH HAVE_CSC_IN_PATH HAVE_CSCC HAVE_MCS HAVE_CSC BUILDCSHARP HAVE_ILRUN_IN_PATH HAVE_MONO_IN_PATH MONO_PATH MONO_PATH_SEPARATOR HAVE_ILRUN HAVE_MONO TESTCSHARP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LTNOUNDEF RELOCATABLE LIBOBJS SET_RELOCATABLE RELOCATABLE_VIA_LD_TRUE RELOCATABLE_VIA_LD_FALSE MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC2 CFLAG_VISIBILITY HAVE_VISIBILITY ALLOCA GLIBC21 INTL_MACOSX_LIBS LIBPTH LTLIBPTH LIBTHREAD LTLIBTHREAD LIBMULTITHREAD LTLIBMULTITHREAD HAVE_POSIX_PRINTF HAVE_ASPRINTF HAVE_SNPRINTF HAVE_WPRINTF LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB STDBOOL_H HAVE__BOOL ALLOCA_H FNMATCH_H GETOPT_H LIBGREPOBJS BYTESWAP_H MINGW_TRUE MINGW_FALSE LIBEXPAT LTLIBEXPAT HAVE_LIBEXPAT EMACS EMACSLOADPATH lispdir aclocaldir DVIPS TEXI2PDF PERL CROSS_COMPILING LOCALE_FR LOCALE_FR_UTF8 TESTLIBASPRINTF LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
+ --disable-java do not build Java sources
+ --disable-native-java do not compile Java to native executables
--enable-csharp[=IMPL] choose preferred C# implementation (pnet or mono)
--enable-shared[=PKGS]
build shared libraries [default=yes]
--with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
--without-libexpat-prefix don't search for libexpat in includedir and libdir
--with-lispdir override the default lisp directory
+ --without-emacs do not use Emacs, don't install po-mode
Some influential environment variables:
CC C compiler command
+ echo "$as_me:$LINENO: checking whether to use Java" >&5
+echo $ECHO_N "checking whether to use Java... $ECHO_C" >&6
+ # Check whether --enable-java or --disable-java was given.
+if test "${enable_java+set}" = set; then
+ enableval="$enable_java"
+ JAVA_CHOICE="$enableval"
+else
+ JAVA_CHOICE=yes
+fi;
+ echo "$as_me:$LINENO: result: $JAVA_CHOICE" >&5
+echo "${ECHO_T}$JAVA_CHOICE" >&6
+ if test "$JAVA_CHOICE" = yes; then
+ # Check whether --enable-native-java or --disable-native-java was given.
+if test "${enable_native_java+set}" = set; then
+ enableval="$enable_native_java"
+ test "$enableval" != no || JAVA_CHOICE=bytecode
+fi;
+ fi
+
+
+
+
-if test -n "$HAVE_GCJ"; then
+if test -n "$HAVE_GCJ" && test "$JAVA_CHOICE" = yes; then
BUILDJAVAEXE=yes
else
BUILDJAVAEXE=no
echo "${ECHO_T}no" >&6
fi
-if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
+if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
BUILDJAVA=yes
else
BUILDJAVA=no
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5494 "configure"' > conftest.$ac_ext
+ echo '#line 5519 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
# Provide some information about the compiler.
-echo "$as_me:6842:" \
+echo "$as_me:6867:" \
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7915: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7940: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7919: \$? = $ac_status" >&5
+ echo "$as_me:7944: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8173: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8198: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8177: \$? = $ac_status" >&5
+ echo "$as_me:8202: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8233: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8258: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:8237: \$? = $ac_status" >&5
+ echo "$as_me:8262: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10434 "configure"
+#line 10459 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10532 "configure"
+#line 10557 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12757: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12782: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:12761: \$? = $ac_status" >&5
+ echo "$as_me:12786: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12817: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12842: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:12821: \$? = $ac_status" >&5
+ echo "$as_me:12846: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 14181 "configure"
+#line 14206 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 14279 "configure"
+#line 14304 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:15137: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15162: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:15141: \$? = $ac_status" >&5
+ echo "$as_me:15166: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:15197: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15222: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:15201: \$? = $ac_status" >&5
+ echo "$as_me:15226: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17258: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17283: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17262: \$? = $ac_status" >&5
+ echo "$as_me:17287: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17516: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17541: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17520: \$? = $ac_status" >&5
+ echo "$as_me:17545: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17576: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17601: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17580: \$? = $ac_status" >&5
+ echo "$as_me:17605: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 19777 "configure"
+#line 19802 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 19875 "configure"
+#line 19900 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <langinfo.h>
+#include <locale.h>
int
main ()
{
fi
-
-
-
-for ac_func in strcasecmp
-do
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $ac_func (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any gcc2 internal prototype to avoid an error. */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-int
-main ()
-{
-return f != $ac_func;
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-eval "$as_ac_var=no"
-fi
-rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-if test `eval echo '${'$as_ac_var'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
- case $LIBOBJS in
- "$ac_func.$ac_objext" | \
- *" $ac_func.$ac_objext" | \
- "$ac_func.$ac_objext "* | \
- *" $ac_func.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
-esac
-
-fi
-done
-
-
- if test $ac_cv_func_strcasecmp = no; then
-
- :
-
- fi
-
-
-
-for ac_func in strncasecmp
-do
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $ac_func (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any gcc2 internal prototype to avoid an error. */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-int
-main ()
-{
-return f != $ac_func;
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-eval "$as_ac_var=no"
-fi
-rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-if test `eval echo '${'$as_ac_var'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
- case $LIBOBJS in
- "$ac_func.$ac_objext" | \
- *" $ac_func.$ac_objext" | \
- "$ac_func.$ac_objext "* | \
- *" $ac_func.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
-esac
-
-fi
-done
-
-
- if test $ac_cv_func_strncasecmp = no; then
-
- :
-
- fi
-
-
+gl_STRCASE
for ac_func in isascii
+for ac_header in byteswap.h
+do
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+fi
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+else
+ # Is the header compilable?
+echo "$as_me:$LINENO: checking $ac_header usability" >&5
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <$ac_header>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_header_compiler=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ac_header_compiler=no
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6
+
+# Is the header present?
+echo "$as_me:$LINENO: checking $ac_header presence" >&5
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <$ac_header>
+_ACEOF
+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ ac_header_preproc=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+rm -f conftest.err conftest.$ac_ext
+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+ (
+ cat <<\_ASBOX
+## ------------------------------------------ ##
+## Report this to the AC_PACKAGE_NAME lists. ##
+## ------------------------------------------ ##
+_ASBOX
+ ) |
+ sed "s/^/$as_me: WARNING: /" >&2
+ ;;
+esac
+echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+if eval "test \"\${$as_ac_Header+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ eval "$as_ac_Header=\$ac_header_preproc"
+fi
+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+
+fi
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+ BYTESWAP_H=''
+
+else
+
+ BYTESWAP_H='byteswap.h'
+
+fi
+
+done
+
+
+
+echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
+echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
+if test "${ac_cv_c_bigendian+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # See if sys/param.h defines the BYTE_ORDER macro.
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <sys/types.h>
+#include <sys/param.h>
+
+int
+main ()
+{
+#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
+ bogus endian macros
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ # It does; now see whether it defined to BIG_ENDIAN or not.
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <sys/types.h>
+#include <sys/param.h>
+
+int
+main ()
+{
+#if BYTE_ORDER != BIG_ENDIAN
+ not big endian
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_c_bigendian=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ac_cv_c_bigendian=no
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+# It does not; compile a test program.
+if test "$cross_compiling" = yes; then
+ # try to guess the endianness by grepping values into an object file
+ ac_cv_c_bigendian=unknown
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
+short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
+void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
+short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
+short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
+void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
+int
+main ()
+{
+ _ascii (); _ebcdic ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
+ ac_cv_c_bigendian=yes
+fi
+if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
+ if test "$ac_cv_c_bigendian" = unknown; then
+ ac_cv_c_bigendian=no
+ else
+ # finding both strings is unlikely to happen, but who knows?
+ ac_cv_c_bigendian=unknown
+ fi
+fi
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+int
+main ()
+{
+ /* Are we little or big endian? From Harbison&Steele. */
+ union
+ {
+ long l;
+ char c[sizeof (long)];
+ } u;
+ u.l = 1;
+ exit (u.c[sizeof (long) - 1] == 1);
+}
+_ACEOF
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_c_bigendian=no
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_c_bigendian=yes
+fi
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
+echo "${ECHO_T}$ac_cv_c_bigendian" >&6
+case $ac_cv_c_bigendian in
+ yes)
+ endianness=1 ;;
+ no)
+ endianness=0 ;;
+ *)
+ echo "AC-C-BIGENDIAN fails to work on your system." | sed -e 's,-,_,g' 1>&2
+ echo "Please report this as a bug to bug-autoconf@gnu.org" 1>&2
+ exit 1 ;;
+esac
+
+
+cat >>confdefs.h <<_ACEOF
+#define ENDIANNESS $endianness
+_ACEOF
+
+
+
for ac_header in arpa/inet.h
do
+# Check whether --with-emacs or --without-emacs was given.
+if test "${with_emacs+set}" = set; then
+ withval="$with_emacs"
+ gt_use_emacs=$withval
+else
+ gt_use_emacs=yes
+fi;
+if test "$EMACS" != no; then
+ echo "$as_me:$LINENO: checking whether Emacs support is requested" >&5
+echo $ECHO_N "checking whether Emacs support is requested... $ECHO_C" >&6
+ echo "$as_me:$LINENO: result: $gt_use_emacs" >&5
+echo "${ECHO_T}$gt_use_emacs" >&6
+ if test "$gt_use_emacs" = no; then
+ EMACS=no
+ fi
+fi
+
aclocaldir='${datadir}/aclocal'
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
# POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
- # from automake.
+ # from automake < 1.5.
eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
# Capture the value of LINGUAS because we need it to compute CATALOGS.
LINGUAS="${LINGUAS-%UNSET%}"
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
s,@YACC@,$YACC,;t t
+s,@JAVA_CHOICE@,$JAVA_CHOICE,;t t
s,@GCJ@,$GCJ,;t t
s,@GCJFLAGS@,$GCJFLAGS,;t t
s,@HAVE_GCJ@,$HAVE_GCJ,;t t
s,@FNMATCH_H@,$FNMATCH_H,;t t
s,@GETOPT_H@,$GETOPT_H,;t t
s,@LIBGREPOBJS@,$LIBGREPOBJS,;t t
+s,@BYTESWAP_H@,$BYTESWAP_H,;t t
s,@MINGW_TRUE@,$MINGW_TRUE,;t t
s,@MINGW_FALSE@,$MINGW_FALSE,;t t
s,@LIBEXPAT@,$LIBEXPAT,;t t
intl/Makefile )
# Change srcdir variable so that it points to ../gettext-runtime/intl.
sed -e 's|^srcdir =.*$|srcdir = $(top_srcdir)/../gettext-runtime/intl|' \
+ -e 's|^VPATH =.*$||' \
< intl/Makefile > intl/Makefile.tmp
mv intl/Makefile.tmp intl/Makefile
;;
sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
fi
- # Hide the ALL_LINGUAS assigment from automake.
+ # Hide the ALL_LINGUAS assigment from automake < 1.5.
eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
# Compute POFILES
# as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
fi
ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
- # Hide the ALL_LINGUAS assigment from automake.
+ # Hide the ALL_LINGUAS assigment from automake < 1.5.
eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
else
# The set of available languages was given in configure.in.
+ # Hide the ALL_LINGUAS assigment from automake < 1.5.
eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
fi
# Compute POFILES
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/inttypes.m4 \
$(top_srcdir)/../gettext-runtime/m4/inttypes_h.m4 \
$(top_srcdir)/../gettext-runtime/m4/lcmessage.m4 \
+ $(top_srcdir)/../gettext-runtime/m4/lock.m4 \
$(top_srcdir)/../gettext-runtime/m4/longdouble.m4 \
$(top_srcdir)/../gettext-runtime/m4/longlong.m4 \
$(top_srcdir)/../gettext-runtime/m4/nls.m4 \
$(top_srcdir)/../gettext-runtime/m4/stdint_h.m4 \
$(top_srcdir)/../gettext-runtime/m4/uintmax_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/ulonglong.m4 \
+ $(top_srcdir)/../gettext-runtime/m4/visibility.m4 \
$(top_srcdir)/../gettext-runtime/m4/wchar_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
CLASSPATH = @CLASSPATH@
CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@
CPP = @CPP@
HAVE_MONO_IN_PATH = @HAVE_MONO_IN_PATH@
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
HAVE_SNPRINTF = @HAVE_SNPRINTF@
+HAVE_VISIBILITY = @HAVE_VISIBILITY@
HAVE_WPRINTF = @HAVE_WPRINTF@
HAVE__BOOL = @HAVE__BOOL@
INSTALL_DATA = @INSTALL_DATA@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
+LIBPTH = @LIBPTH@
LIBS = @LIBS@
+LIBTHREAD = @LIBTHREAD@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LOCALE_FR = @LOCALE_FR@
LTLIBEXPAT = @LTLIBEXPAT@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
+LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
LTLIBOBJS = @LTLIBOBJS@
+LTLIBPTH = @LTLIBPTH@
+LTLIBTHREAD = @LTLIBTHREAD@
+LTNOUNDEF = @LTNOUNDEF@
MAKEINFO = @MAKEINFO@
+MINGW_FALSE = @MINGW_FALSE@
+MINGW_TRUE = @MINGW_TRUE@
MKINSTALLDIRS = @MKINSTALLDIRS@
MONO_PATH = @MONO_PATH@
MONO_PATH_SEPARATOR = @MONO_PATH_SEPARATOR@
$(srcdir)/javaexec.sh.in ChangeLog atexit.c canonicalize.c \
error.c error.h fnmatch.c getline.c getndelim2.c getopt.c \
getopt1.c memmove.c memset.c mkdtemp.c readlink.c \
- relocatable.c setenv.c stpcpy.c stpncpy.c strcasecmp.c \
- strcspn.c strerror.c strncasecmp.c strpbrk.c strstr.c \
- strtoul.c unsetenv.c vasprintf.c
+ relocatable.c setenv.c stpcpy.c stpncpy.c strcspn.c strerror.c \
+ strpbrk.c strstr.c strtoul.c unsetenv.c vasprintf.c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../m4/fixautomake.m4 \
$(top_srcdir)/../m4/libtool.m4 \
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
# Woe32 support.
EXTRA_DIST = $(LIBADD_SOURCE) $(UNUSED_SOURCE) relocwrapper.c \
allocsa.valgrind gen-lbrkprop.c 3level.h Combining.txt \
- ChangeLog.0 stdbool_.h alloca_.h fnmatch_.h fnmatch_loop.c \
- getopt_.h getopt_int.h config.charset ref-add.sin ref-del.sin \
- Makefile.vms Makefile.msvc
+ ChangeLog.0 stdbool_.h alloca_.h byteswap_.h fnmatch_.h \
+ fnmatch_loop.c getopt_.h getopt_int.h config.charset \
+ ref-add.sin ref-del.sin Makefile.vms Makefile.msvc
# >>> gnulib module stdbool.
# <<< gnulib module stdbool.
# >>> gnulib module alloca.
# <<< gnulib module alloca.
+# >>> gnulib module byteswap.
+# <<< gnulib module byteswap.
+
# >>> gnulib module fnmatch.
# <<< gnulib module fnmatch.
# >>> gnulib module getopt.
-BUILT_SOURCES = $(STDBOOL_H) $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H)
-MOSTLYCLEANFILES = stdbool.h alloca.h fnmatch.h getopt.h
+BUILT_SOURCES = $(STDBOOL_H) $(ALLOCA_H) $(BYTESWAP_H) $(FNMATCH_H) \
+ $(GETOPT_H)
+MOSTLYCLEANFILES = stdbool.h alloca.h byteswap.h fnmatch.h getopt.h
CLEANFILES = charset.alias ref-add.sed ref-del.sed
DISTCLEANFILES =
SUFFIXES = .sed .sin
setenv.h setenv.c unsetenv.c \
stpcpy.h stpcpy.c \
stpncpy.h stpncpy.c \
- strcase.h strcasecmp.c strncasecmp.c \
strcspn.c \
strerror.c \
strpbrk.h strpbrk.c \
alloca.h: alloca_.h
cp $(srcdir)/alloca_.h alloca.h
+# We need the following in order to create <byteswap.h> when the system
+# doesn't have one.
+byteswap.h: byteswap_.h
+ cp $(srcdir)/$< $@-t
+ mv $@-t $@
+
# The following is needed in order to create an <fnmatch.h> when the system
# doesn't have one that works.
fnmatch.h: fnmatch_.h
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
alloca.m4 \
allocsa.m4 \
backupfile.m4 \
+byteswap.m4 \
canonicalize.m4 \
csharp.m4 \
csharpcomp.m4 \
getopt.m4 \
hard-locale.m4 \
hostname.m4 \
+java.m4 \
javacomp.m4 \
javaexec.m4 \
locale-fr.m4 \
ssize_t.m4 \
stdbool.m4 \
stpncpy.m4 \
-strcase.m4 \
strdup.m4 \
strerror.m4 \
strerror_r.m4 \
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@
$(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \
$(top_srcdir)/../gettext-runtime/m4/xsize.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
- $(top_srcdir)/m4/backupfile.m4 \
+ $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/byteswap.m4 \
$(top_srcdir)/m4/canonicalize.m4 $(top_srcdir)/m4/csharp.m4 \
$(top_srcdir)/m4/csharpcomp.m4 $(top_srcdir)/m4/csharpexec.m4 \
$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
$(top_srcdir)/m4/gcj.m4 $(top_srcdir)/m4/getline.m4 \
$(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostname.m4 \
- $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
- $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \
- $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
- $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \
- $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \
- $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \
- $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \
- $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \
- $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \
- $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
- $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \
- $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
- $(top_srcdir)/m4/stpncpy.m4 $(top_srcdir)/m4/strcase.m4 \
+ $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/javacomp.m4 \
+ $(top_srcdir)/m4/javaexec.m4 $(top_srcdir)/m4/libgrep.m4 \
+ $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/mbrtowc.m4 \
+ $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbswidth.m4 \
+ $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
+ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \
+ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
+ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
+ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/restrict.m4 \
+ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
+ $(top_srcdir)/m4/sig_atomic_t.m4 $(top_srcdir)/m4/siginfo.m4 \
+ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/ssize_t.m4 \
+ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \
$(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
$(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
$(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \
BUILDJAVA = @BUILDJAVA@
BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+BYTESWAP_H = @BYTESWAP_H@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
JAR = @JAR@
JAVA = @JAVA@
JAVAC = @JAVAC@
+JAVA_CHOICE = @JAVA_CHOICE@
LDFLAGS = @LDFLAGS@
LIBEXPAT = @LIBEXPAT@
LIBGREPOBJS = @LIBGREPOBJS@