--- aclocal.m4 2002/07/01 12:54:54 1.95
+++ aclocal.m4 2002/10/15 20:34:22 1.96
@@ -23,8 +23,8 @@
dnl ## aclocal.m4: Pth Autoconf macros
dnl ##
dnl # ``"Reuse an expert's code" is the right
- dnl # advice for most people. But it's a useless
- dnl # advice for the experts writing the code
+ dnl # advice for most people. But it's a useless
+ dnl # advice for the experts writing the code
dnl # in the first place.'
dnl # -- Dan J. Bernstein
@@ -331,9 +331,9 @@
#include <sys/types.h>
],[
long long X = 2, Y = 1, Z;
- Z = X / Y;
+ Z = X / Y;
],
- ac_cv_type_longlong=yes,
+ ac_cv_type_longlong=yes,
ac_cv_type_longlong=no
)dnl
])dnl
@@ -350,9 +350,9 @@
#include <sys/types.h>
],[
long double X = 2, Y = 1, Z;
- Z = X / Y;
+ Z = X / Y;
],
- ac_cv_type_longdouble=yes,
+ ac_cv_type_longdouble=yes,
ac_cv_type_longdouble=no
)dnl
])dnl
|