Displaying 3 results from an estimated 3 matches for "changequot".
Did you mean:
changequote
1999 Nov 13
0
patches for alpha
...indenting together with neighbour lines)
# define SOMETHING
works.
Here is the patch:
--- ./aclocal.m4.alpha-ac-patch Tue Oct 26 13:32:08 1999
+++ ./aclocal.m4 Tue Oct 26 13:33:46 1999
@@ -388,13 +388,13 @@
${FC} -c ${FFLAGS} conftestf.f 1>&AC_FD_CC 2>&AC_FD_CC
changequote(, )
cat > conftest.c <<EOF
- #include <math.h>
- #include "confdefs.h"
- #ifdef HAVE_F77_UNDERSCORE
- # define F77_SYMBOL(x) x ## _
- #else
- # define F77_SYMBOL(x) x
- #endif
+# include <math.h>
+# include "confdefs.h"
+# i...
2001 Jun 17
1
configure doesn't find perl 5 on suse 7.2
R-devel:
./configure doesn't find perl 5 on a SuSE 7.2 system wit perl 5.6.0
installed:
this is the output of perl -v:
###################################################################
omega:/usr/src/packages/BUILD-omega/R-devel # /usr/bin/perl -v
This is perl, v5.6.0 built for i586-linux
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic
2017 Jun 12
0
AIX lacks getopt_long
...BOBJ], m4_defn([gltests_LIBOBJ]))
m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
m4_pushdef([gltests_LIBSOURCES_LIST], [])
m4_pushdef([gltests_LIBSOURCES_DIR], [])
gl_COMMON
gl_source_base='tests'
changequote(,)dnl
gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr
abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e
's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
changequote([, ])dnl
AC_SUBST([gltests_WITNESS])
gl_module_indicator_condition=$gltests_W...