head	1.2;
access;
symbols
	BETA_349_990106:1.1
	BETA_349_981223:1.1
	BETA_349_981222:1.1
	BETA_349_981221:1.1
	BETA_349_981217:1.1
	BETA_349_981216:1.1
	BETA_349_981215:1.1
	BETA_349:1.1
	BETA_348_981214:1.1
	BETA_348_981210:1.1
	BETA_348_981209:1.1
	BETA_348_981207:1.1
	BETA_348_981206:1.1
	BETA_348_release:1.1
	BETA_348_981204:1.1
	BETA_348_981203:1.1
	BETA_348:1.1
	BETA_347_981202:1.1
	BETA_347_981201:1.1
	BETA_347_981130:1.1
	BETA_347_981126:1.1
	BETA_347_981125:1.1
	BETA_347_981123:1.1
	BETA_347_pl7:1.1
	BETA_347_981121:1.1
	BETA_347_98112001:1.1
	BETA_347_981120:1.1
	BETA_347_981119:1.1
	BETA_347_981117:1.1
	BETA_347_981116:1.1
	BETA_347_981112:1.1
	BETA_347_981106:1.1
	BETA_347_98110401:1.1
	BETA_347_981104:1.1
	BETA_347_981103:1.1
	BETA_347_981028:1.1
	BETA_347_981020:1.1
	BETA_347_98101901:1.1;
locks; strict;
comment	@# Master from gnuplot with hardlinks fields@;


1.2
date	99.01.12.14.05.31;	author lhecking;	state dead;
branches;
next	1.1;
owner	640;
group	15;
permissions	644;
hardlinks	@stringize.m4@;

1.1
date	98.10.19.19.37.45;	author lhecking;	state Exp;
branches;
next	;
owner	640;
group	15;
permissions	644;
hardlinks	@stringize.m4@;


desc
@@


1.2
log
@Removed.
@
text
@AC_DEFUN(AC_C_STRINGIZE, [
AC_REQUIRE([AC_PROG_CPP])
AC_MSG_CHECKING([for preprocessor stringizing operator])
AC_CACHE_VAL(ac_cv_c_stringize,
AC_EGREP_CPP([#teststring],[
#define x(y) #y

char *s = x(teststring);
], ac_cv_c_stringize=no, ac_cv_c_stringize=yes))
if test "${ac_cv_c_stringize}" = yes
then
        AC_DEFINE(HAVE_STRINGIZE)
fi
AC_MSG_RESULT([${ac_cv_c_stringize}])
])dnl

@


1.1
log
@New file, from deprecated acinclude.m4.
@
text
@@

