~willismonroe/ubuntu/precise/xdg-utils/typo-fix-996304

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Per Olofsson
  • Date: 2006-08-29 17:35:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060829173502-ffe063dqe8ajg2rm
Tags: upstream-1.0~beta3
ImportĀ upstreamĀ versionĀ 1.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_PREREQ(2.50)
 
2
AC_INIT(xdg-utils, 1, portland@lists.freedesktop.org)
 
3
 
 
4
AC_PROG_MAKE_SET
 
5
AC_PROG_INSTALL
 
6
AC_PATH_PROG(XMLTO, xmlto, /usr/bin/xmlto)
 
7
 
 
8
AC_CONFIG_FILES([
 
9
    Makefile
 
10
    scripts/Makefile
 
11
    tests/Makefile
 
12
])
 
13
AC_OUTPUT