~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to data/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-02-01 12:46:56 UTC
  • Revision ID: james.westby@ubuntu.com-20050201124656-g6cgoa5uezd5lnbo
Tags: 0.8.7-4
* Henrique de Moraes Holschuh:
  * HPLIP:
    * Remove stray tab on 50_securityfix_umask.dpatch.  Reupload in
      case python decides to croak on us because of it
    * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#  (c) 2004 Copyright Hewlett-Packard Development Company, LP
5
5
#
6
6
 
7
 
AC_INIT(xml/models.xml)
8
 
AM_INIT_AUTOMAKE(data, 0.8)
 
7
AC_INIT(data, 0.8)
 
8
AC_CONFIG_SRCDIR([xml/models.xml])
 
9
AC_CONFIG_AUX_DIR(..)
 
10
AM_INIT_AUTOMAKE(foreign)
 
11
AM_MAINTAINER_MODE
9
12
 
10
13
#ICONSEARCHPATH="/usr/share/applications /usr/lib/menu"
11
14
ICONSEARCHPATH="/usr/lib/menu /usr/share/applications"
51
54
 
52
55
AC_SUBST(rpm_install)
53
56
 
54
 
AC_OUTPUT(Makefile)
 
57
AC_CONFIG_FILES([Makefile])
 
58
AC_OUTPUT