~ubuntu-branches/ubuntu/dapper/hplip/dapper-security

« back to all changes in this revision

Viewing changes to pcard/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(fat.c)
8
 
AM_INIT_AUTOMAKE(pcard, 0.8)
 
7
AC_INIT(pcard, 0.8)
 
8
AC_CONFIG_SRCDIR([fat.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
21
24
AC_C_CONST
22
25
AC_C_BIGENDIAN
23
26
 
24
 
AC_OUTPUT(Makefile)
 
27
AC_CONFIG_FILES([Makefile])
 
28
AC_OUTPUT