~ubuntu-branches/ubuntu/lucid/libmtp/lucid

« back to all changes in this revision

Viewing changes to m4/stdint.m4

  • Committer: Bazaar Package Importer
  • Author(s): Savvas Radevic, Savvas Radevic, Flávio Martins
  • Date: 2009-04-18 19:58:14 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090418195814-lbizx2w4c0mgknc8
Tags: 0.3.7-3ubuntu1
[ Savvas Radevic ]
* Merge from debian unstable, remaining changes:
  + debian/control: Add Breaks to ensure the right udev version gets used.
  + debian/libmtp.install.in, debian/libmtp.preinst.in, 
    debian/libmtp.postinst.in: Clean up the mess where files were still 
    going into the wrong directory.
* debian/libmtp.preinst.in: Dropped check on unsupported 0.2.5-1 (hardy has 
  0.2.6.1-2ubuntu1)

[ Flávio Martins ]
* debian/rules: Append proper prefix 45- to libmtp rules in UDEV variable
* debian/libmtp.install.in: ../../45-libmtp@SOVERSION@.rules lib/udev/rules.d

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
dnl Look for a header file that defines size-specific integer types
32
32
AC_DEFUN([AX_NEED_STDINT_H],
33
33
[
34
 
changequote(, )dnl
35
 
ac_dir=`echo "$1"|sed 's%/[^/][^/]*$%%'`
36
 
changequote([, ])dnl
 
34
ac_dir=`AS_DIRNAME(["$1"])`
37
35
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then
38
36
  # The file is in a subdirectory.
39
 
  test ! -d "$ac_dir" && mkdir "$ac_dir"
 
37
  test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"])
40
38
fi
41
39
 
42
40
AX_CHECK_DEFINED_TYPE(uint8_t,