mbrlen: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / intdiv0.m4
index 9b27ff1b79d144ecad2537a88e8098ba4b19002c..58e8a732bbec17c1ca36a73feeb44957bb7c15cc 100644 (file)
@@ -1,5 +1,5 @@
-# intdiv0.m4 serial 4 (gettext-0.18.2)
-dnl Copyright (C) 2002, 2007-2008, 2010 Free Software Foundation, Inc.
+# intdiv0.m4 serial 5 (gettext-0.18.2)
+dnl Copyright (C) 2002, 2007-2008, 2010-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -60,7 +60,7 @@ int main ()
 
   z = x / y;
   nan = y / y;
-  exit (1);
+  exit (2);
 }
 ]])],
           [gt_cv_int_divbyzero_sigfpe=yes],