~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to gnulib/m4/inet_pton.m4

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# inet_pton.m4 serial 6
2
 
dnl Copyright (C) 2006, 2008 Free Software Foundation, Inc.
 
1
# inet_pton.m4 serial 7
 
2
dnl Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
11
11
 
12
12
  gl_REPLACE_ARPA_INET_H
13
13
 
14
 
  AC_REPLACE_FUNCS(inet_pton)
 
14
  AC_REPLACE_FUNCS([inet_pton])
15
15
  gl_PREREQ_INET_PTON
16
16
])
17
17