diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2013-02-21 08:20:59 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2013-02-21 08:20:59 +0000 |
commit | 00301cc34170a7d0851affb93d3069f4a8bb242c (patch) | |
tree | 178cb6dee8a9ae9bdee498e13b3c3309f4200477 /libgphoto2_port | |
parent | 13edcec063598913d98663e9ba0052aed8c3a252 (diff) | |
download | libgphoto2-00301cc34170a7d0851affb93d3069f4a8bb242c.tar.gz |
m4_pattern_allow for AM_PROG_AR
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14251 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r-- | libgphoto2_port/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac index 76c22381c..93fa03766 100644 --- a/libgphoto2_port/configure.ac +++ b/libgphoto2_port/configure.ac @@ -63,7 +63,7 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AM_PROG_CC_C_O -AM_PROG_AR +m4_pattern_allow([AM_PROG_AR], [AM_PROG_AR]) dnl Something with the sequences is not quite alright yet. dnl SED is supposed to be set in AC_LIBTOOL_SETUP, but the |