~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
31
31
         [AM_AUTOMAKE_VERSION([1.9.6])])
32
32
 
 
33
# Figure out how to run the assembler.                      -*- Autoconf -*-
 
34
 
 
35
# Copyright (C) 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
36
#
 
37
# This file is free software; the Free Software Foundation
 
38
# gives unlimited permission to copy and/or distribute it,
 
39
# with or without modifications, as long as this notice is preserved.
 
40
 
 
41
# serial 4
 
42
 
 
43
# AM_PROG_AS
 
44
# ----------
 
45
AC_DEFUN([AM_PROG_AS],
 
46
[# By default we simply use the C compiler to build assembly code.
 
47
AC_REQUIRE([AC_PROG_CC])
 
48
test "${CCAS+set}" = set || CCAS=$CC
 
49
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
 
50
AC_ARG_VAR([CCAS],      [assembler compiler command (defaults to CC)])
 
51
AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
 
52
])
 
53
 
33
54
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
34
55
 
35
56
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
908
929
m4_include([m4/longdouble.m4])
909
930
m4_include([m4/longlong.m4])
910
931
m4_include([m4/nls.m4])
 
932
m4_include([m4/noexecstack.m4])
911
933
m4_include([m4/po.m4])
912
934
m4_include([m4/printf-posix.m4])
913
935
m4_include([m4/progtest.m4])