~damg/ubuntu/quantal/asterisk/LP1097687

« back to all changes in this revision

Viewing changes to menuselect/mxml/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-10-15 22:24:34 UTC
  • mfrom: (1.2.8 upstream) (8.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101015222434-iy328q8in3lajzlv
Tags: 1:1.6.2.9-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Build-depend on hardening-wrapper
    + Change Maintainer
    + Removed Uploaders field.
    + Removed Debian Vcs-Svn entry and replaced with ubuntu-voip Vcs-Bzr,
      to reflect divergence in packages.
  - debian/rules: Make use of hardening-wrapper
  - debian/asterisk.init: chown /dev/dahdi
  - debian/backports/hardy: add file
  - debian/backports/asterisk.init.hardy: add file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl
2
 
dnl "$Id: configure.in 234 2010-01-11 17:31:54Z tilghman $"
 
2
dnl "$Id: configure.in 260 2010-04-27 19:11:06Z qwell $"
3
3
dnl
4
4
dnl Configuration script for Mini-XML, a small XML-like file parsing library.
5
5
dnl
76
76
        INSTALL="`pwd`/install-sh -c"
77
77
fi
78
78
AC_PROG_RANLIB
79
 
AC_PATH_PROG(AR,ar)
 
79
AC_PATH_PROGS(AR,ar gar)
80
80
AC_PATH_PROG(CP,cp)
81
81
AC_PATH_PROG(LN,ln)
82
82
AC_PATH_PROG(MKDIR,mkdir)
339
339
AC_OUTPUT(Makefile mxml.list mxml.pc)
340
340
 
341
341
dnl
342
 
dnl End of "$Id: configure.in 234 2010-01-11 17:31:54Z tilghman $".
 
342
dnl End of "$Id: configure.in 260 2010-04-27 19:11:06Z qwell $".
343
343
dnl