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

« back to all changes in this revision

Viewing changes to backend/hp/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(hp.c)
8
 
AM_INIT_AUTOMAKE(hp, 0.80)
 
7
AC_INIT(hp, 0.80)
 
8
AC_CONFIG_SRCDIR([hp.c])
 
9
AC_CONFIG_AUX_DIR(../..)
 
10
AM_INIT_AUTOMAKE(foreign)
 
11
AM_MAINTAINER_MODE
9
12
 
10
13
# Checks for programs.
11
14
AC_PROG_CC
33
36
AC_MSG_RESULT("using $CUPS_BACKEND_PATH")
34
37
AC_SUBST(CUPS_BACKEND_PATH)
35
38
 
36
 
AC_OUTPUT(Makefile)
 
39
AC_CONFIG_FILES([Makefile])
 
40
AC_OUTPUT