File: xstrtol.m4

package info (click to toggle)
sharutils 1%3A4.9-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,272 kB
  • ctags: 4,029
  • sloc: ansic: 31,488; sh: 5,958; perl: 1,786; makefile: 610; pascal: 293; yacc: 291; sed: 16
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#serial 10
dnl Copyright (C) 2002-2007, 2009-2010 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.

AC_DEFUN([gl_XSTRTOL],
[
  AC_LIBOBJ([xstrtol])
  AC_LIBOBJ([xstrtoul])
  AC_LIBOBJ([xstrtol-error])
])