~ubuntu-branches/ubuntu/precise/gnustep-base/precise

« back to all changes in this revision

Viewing changes to config.mak.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-07-05 09:49:51 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705094951-gs19i3erqo2xx6if
Tags: 1.16.1-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  + debian/rules:
    - Add lpia to ALL_ARCHS supported architectures.
  + debian/control:
    - Add lpia architecture where needed.
  + debian/control{,.m4}:
    - Update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
DYNAMIC_LINKER=@DYNAMIC_LINKER@
13
13
 
14
14
HAVE_LIBXML=@HAVE_LIBXML@
 
15
HAVE_GNUTLS=@HAVE_GNUTLS@
15
16
 
16
17
WITH_FFI=@WITH_FFI@
17
18
 
19
20
 
20
21
HAVE_PTHREAD_H=@HAVE_PTHREAD_H@
21
22
HAVE_INET_PTON=@HAVE_INET_PTON@
 
23
HAVE_INET_NTOP=@HAVE_INET_NTOP@
22
24
 
23
25
CONFIG_SYSTEM_INCL += @INCLUDE_FLAGS@
24
26
ifeq ($(shared),yes)
27
29
endif
28
30
 
29
31
GNUSTEP_BASE_HAVE_LIBXML=@HAVE_LIBXML@
 
32
GNUSTEP_BASE_HAVE_GNUTLS=@HAVE_GNUTLS@
30
33
 
31
34
# Default to building only -baseadd
32
35
# on non *-gnu-* library combos