~ubuntu-branches/ubuntu/breezy/nbd/breezy-security

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Wouter Verhelst
  • Date: 2005-05-07 11:37:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050507113720-1fjynvdkq7va9nj9
Tags: 1:2.7.4-1
New upstream release. Contains patches from Roy Keene to make it all work
a tad bit more reliable (thanks, Roy!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.9.3 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
2
2
 
3
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
4
# 2005  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
#                                                        -*- Autoconf -*-
15
 
# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
16
 
# Generated from amversion.in; do not edit by hand.
17
 
 
18
 
# This program is free software; you can redistribute it and/or modify
19
 
# it under the terms of the GNU General Public License as published by
20
 
# the Free Software Foundation; either version 2, or (at your option)
21
 
# any later version.
22
 
 
23
 
# This program is distributed in the hope that it will be useful,
24
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
 
# GNU General Public License for more details.
27
 
 
28
 
# You should have received a copy of the GNU General Public License
29
 
# along with this program; if not, write to the Free Software
30
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
14
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
15
#
 
16
# This file is free software; the Free Software Foundation
 
17
# gives unlimited permission to copy and/or distribute it,
 
18
# with or without modifications, as long as this notice is preserved.
31
19
 
32
20
# AM_AUTOMAKE_VERSION(VERSION)
33
21
# ----------------------------
40
28
# Call AM_AUTOMAKE_VERSION so it can be traced.
41
29
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
42
30
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
43
 
         [AM_AUTOMAKE_VERSION([1.9.3])])
44
 
 
45
 
# AM_AUX_DIR_EXPAND
46
 
 
47
 
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
48
 
 
49
 
# This program is free software; you can redistribute it and/or modify
50
 
# it under the terms of the GNU General Public License as published by
51
 
# the Free Software Foundation; either version 2, or (at your option)
52
 
# any later version.
53
 
 
54
 
# This program is distributed in the hope that it will be useful,
55
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
56
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57
 
# GNU General Public License for more details.
58
 
 
59
 
# You should have received a copy of the GNU General Public License
60
 
# along with this program; if not, write to the Free Software
61
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
62
 
# 02111-1307, USA.
 
31
         [AM_AUTOMAKE_VERSION([1.9.5])])
 
32
 
 
33
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
34
 
 
35
# Copyright (C) 2001, 2003, 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.
63
40
 
64
41
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
65
42
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
106
83
am_aux_dir=`cd $ac_aux_dir && pwd`
107
84
])
108
85
 
109
 
# AM_CONDITIONAL                                              -*- Autoconf -*-
110
 
 
111
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
112
 
 
113
 
# This program is free software; you can redistribute it and/or modify
114
 
# it under the terms of the GNU General Public License as published by
115
 
# the Free Software Foundation; either version 2, or (at your option)
116
 
# any later version.
117
 
 
118
 
# This program is distributed in the hope that it will be useful,
119
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
120
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
121
 
# GNU General Public License for more details.
122
 
 
123
 
# You should have received a copy of the GNU General Public License
124
 
# along with this program; if not, write to the Free Software
125
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
126
 
# 02111-1307, USA.
127
 
 
128
 
# serial 6
 
86
# AM_CONDITIONAL                                            -*- Autoconf -*-
 
87
 
 
88
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
89
# Free Software Foundation, Inc.
 
90
#
 
91
# This file is free software; the Free Software Foundation
 
92
# gives unlimited permission to copy and/or distribute it,
 
93
# with or without modifications, as long as this notice is preserved.
 
94
 
 
95
# serial 7
129
96
 
130
97
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
131
98
# -------------------------------------
149
116
Usually this means the macro was only invoked conditionally.]])
150
117
fi])])
151
118
 
152
 
# serial 7                                              -*- Autoconf -*-
153
119
 
154
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
120
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
155
121
# Free Software Foundation, Inc.
156
 
 
157
 
# This program is free software; you can redistribute it and/or modify
158
 
# it under the terms of the GNU General Public License as published by
159
 
# the Free Software Foundation; either version 2, or (at your option)
160
 
# any later version.
161
 
 
162
 
# This program is distributed in the hope that it will be useful,
163
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
164
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
165
 
# GNU General Public License for more details.
166
 
 
167
 
# You should have received a copy of the GNU General Public License
168
 
# along with this program; if not, write to the Free Software
169
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
170
 
# 02111-1307, USA.
171
 
 
 
122
#
 
123
# This file is free software; the Free Software Foundation
 
124
# gives unlimited permission to copy and/or distribute it,
 
125
# with or without modifications, as long as this notice is preserved.
 
126
 
 
127
# serial 8
172
128
 
173
129
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
174
130
# written in clear, in which case automake, when reading aclocal.m4,
177
133
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
178
134
 
179
135
 
180
 
 
181
136
# _AM_DEPENDENCIES(NAME)
182
137
# ----------------------
183
138
# See how the compiler implements dependency checking.
317
272
AC_SUBST([AMDEPBACKSLASH])
318
273
])
319
274
 
320
 
# Generate code to set up dependency tracking.   -*- Autoconf -*-
321
 
 
322
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
323
 
#   Free Software Foundation, Inc.
324
 
 
325
 
# This program is free software; you can redistribute it and/or modify
326
 
# it under the terms of the GNU General Public License as published by
327
 
# the Free Software Foundation; either version 2, or (at your option)
328
 
# any later version.
329
 
 
330
 
# This program is distributed in the hope that it will be useful,
331
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
332
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
333
 
# GNU General Public License for more details.
334
 
 
335
 
# You should have received a copy of the GNU General Public License
336
 
# along with this program; if not, write to the Free Software
337
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
338
 
# 02111-1307, USA.
339
 
 
340
 
#serial 2
 
275
# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
276
 
 
277
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
278
# Free Software Foundation, Inc.
 
279
#
 
280
# This file is free software; the Free Software Foundation
 
281
# gives unlimited permission to copy and/or distribute it,
 
282
# with or without modifications, as long as this notice is preserved.
 
283
 
 
284
#serial 3
341
285
 
342
286
# _AM_OUTPUT_DEPENDENCY_COMMANDS
343
287
# ------------------------------
396
340
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
397
341
])
398
342
 
399
 
# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
400
 
 
401
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
402
 
 
403
 
# This program is free software; you can redistribute it and/or modify
404
 
# it under the terms of the GNU General Public License as published by
405
 
# the Free Software Foundation; either version 2, or (at your option)
406
 
# any later version.
407
 
 
408
 
# This program is distributed in the hope that it will be useful,
409
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
410
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
411
 
# GNU General Public License for more details.
412
 
 
413
 
# You should have received a copy of the GNU General Public License
414
 
# along with this program; if not, write to the Free Software
415
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
416
 
# 02111-1307, USA.
417
 
 
418
 
# serial 7
 
343
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
344
# Free Software Foundation, Inc.
 
345
#
 
346
# This file is free software; the Free Software Foundation
 
347
# gives unlimited permission to copy and/or distribute it,
 
348
# with or without modifications, as long as this notice is preserved.
 
349
 
 
350
# serial 8
419
351
 
420
352
# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
421
353
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
422
354
 
423
 
# Do all the work for Automake.                            -*- Autoconf -*-
424
 
 
425
 
# This macro actually does too much some checks are only needed if
 
355
# Do all the work for Automake.                             -*- Autoconf -*-
 
356
 
 
357
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
358
# Free Software Foundation, Inc.
 
359
#
 
360
# This file is free software; the Free Software Foundation
 
361
# gives unlimited permission to copy and/or distribute it,
 
362
# with or without modifications, as long as this notice is preserved.
 
363
 
 
364
# serial 12
 
365
 
 
366
# This macro actually does too much.  Some checks are only needed if
426
367
# your package does certain things.  But this isn't really a big deal.
427
368
 
428
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
429
 
# Free Software Foundation, Inc.
430
 
 
431
 
# This program is free software; you can redistribute it and/or modify
432
 
# it under the terms of the GNU General Public License as published by
433
 
# the Free Software Foundation; either version 2, or (at your option)
434
 
# any later version.
435
 
 
436
 
# This program is distributed in the hope that it will be useful,
437
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
438
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
439
 
# GNU General Public License for more details.
440
 
 
441
 
# You should have received a copy of the GNU General Public License
442
 
# along with this program; if not, write to the Free Software
443
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
444
 
# 02111-1307, USA.
445
 
 
446
 
# serial 11
447
 
 
448
369
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
449
370
# AM_INIT_AUTOMAKE([OPTIONS])
450
371
# -----------------------------------------------
545
466
done
546
467
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
547
468
 
 
469
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
470
#
 
471
# This file is free software; the Free Software Foundation
 
472
# gives unlimited permission to copy and/or distribute it,
 
473
# with or without modifications, as long as this notice is preserved.
 
474
 
548
475
# AM_PROG_INSTALL_SH
549
476
# ------------------
550
477
# Define $install_sh.
551
 
 
552
 
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
553
 
 
554
 
# This program is free software; you can redistribute it and/or modify
555
 
# it under the terms of the GNU General Public License as published by
556
 
# the Free Software Foundation; either version 2, or (at your option)
557
 
# any later version.
558
 
 
559
 
# This program is distributed in the hope that it will be useful,
560
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
561
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
562
 
# GNU General Public License for more details.
563
 
 
564
 
# You should have received a copy of the GNU General Public License
565
 
# along with this program; if not, write to the Free Software
566
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
567
 
# 02111-1307, USA.
568
 
 
569
478
AC_DEFUN([AM_PROG_INSTALL_SH],
570
479
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
571
480
install_sh=${install_sh-"$am_aux_dir/install-sh"}
572
481
AC_SUBST(install_sh)])
573
482
 
574
 
#                                                          -*- Autoconf -*-
575
 
# Copyright (C) 2003  Free Software Foundation, Inc.
576
 
 
577
 
# This program is free software; you can redistribute it and/or modify
578
 
# it under the terms of the GNU General Public License as published by
579
 
# the Free Software Foundation; either version 2, or (at your option)
580
 
# any later version.
581
 
 
582
 
# This program is distributed in the hope that it will be useful,
583
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
584
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
585
 
# GNU General Public License for more details.
586
 
 
587
 
# You should have received a copy of the GNU General Public License
588
 
# along with this program; if not, write to the Free Software
589
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
590
 
# 02111-1307, USA.
591
 
 
592
 
# serial 1
 
483
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
484
#
 
485
# This file is free software; the Free Software Foundation
 
486
# gives unlimited permission to copy and/or distribute it,
 
487
# with or without modifications, as long as this notice is preserved.
 
488
 
 
489
# serial 2
593
490
 
594
491
# Check whether the underlying file-system supports filenames
595
492
# with a leading dot.  For instance MS-DOS doesn't.
604
501
rmdir .tst 2>/dev/null
605
502
AC_SUBST([am__leading_dot])])
606
503
 
607
 
# Add --enable-maintainer-mode option to configure.
 
504
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
608
505
# From Jim Meyering
609
506
 
610
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
 
507
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
611
508
# Free Software Foundation, Inc.
612
 
 
613
 
# This program is free software; you can redistribute it and/or modify
614
 
# it under the terms of the GNU General Public License as published by
615
 
# the Free Software Foundation; either version 2, or (at your option)
616
 
# any later version.
617
 
 
618
 
# This program is distributed in the hope that it will be useful,
619
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
620
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
621
 
# GNU General Public License for more details.
622
 
 
623
 
# You should have received a copy of the GNU General Public License
624
 
# along with this program; if not, write to the Free Software
625
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
626
 
# 02111-1307, USA.
627
 
 
628
 
# serial 3
 
509
#
 
510
# This file is free software; the Free Software Foundation
 
511
# gives unlimited permission to copy and/or distribute it,
 
512
# with or without modifications, as long as this notice is preserved.
 
513
 
 
514
# serial 4
629
515
 
630
516
AC_DEFUN([AM_MAINTAINER_MODE],
631
517
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
644
530
 
645
531
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
646
532
 
647
 
# Check to see how 'make' treats includes.      -*- Autoconf -*-
648
 
 
649
 
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
650
 
 
651
 
# This program is free software; you can redistribute it and/or modify
652
 
# it under the terms of the GNU General Public License as published by
653
 
# the Free Software Foundation; either version 2, or (at your option)
654
 
# any later version.
655
 
 
656
 
# This program is distributed in the hope that it will be useful,
657
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
658
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
659
 
# GNU General Public License for more details.
660
 
 
661
 
# You should have received a copy of the GNU General Public License
662
 
# along with this program; if not, write to the Free Software
663
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
664
 
# 02111-1307, USA.
665
 
 
666
 
# serial 2
 
533
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
 
534
 
 
535
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
536
#
 
537
# This file is free software; the Free Software Foundation
 
538
# gives unlimited permission to copy and/or distribute it,
 
539
# with or without modifications, as long as this notice is preserved.
 
540
 
 
541
# serial 3
667
542
 
668
543
# AM_MAKE_INCLUDE()
669
544
# -----------------
707
582
rm -f confinc confmf
708
583
])
709
584
 
710
 
#  -*- Autoconf -*-
711
 
 
712
 
 
713
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
714
 
 
715
 
# This program is free software; you can redistribute it and/or modify
716
 
# it under the terms of the GNU General Public License as published by
717
 
# the Free Software Foundation; either version 2, or (at your option)
718
 
# any later version.
719
 
 
720
 
# This program is distributed in the hope that it will be useful,
721
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
722
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
723
 
# GNU General Public License for more details.
724
 
 
725
 
# You should have received a copy of the GNU General Public License
726
 
# along with this program; if not, write to the Free Software
727
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
728
 
# 02111-1307, USA.
729
 
 
730
 
# serial 3
 
585
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
586
 
 
587
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
588
# Free Software Foundation, Inc.
 
589
#
 
590
# This file is free software; the Free Software Foundation
 
591
# gives unlimited permission to copy and/or distribute it,
 
592
# with or without modifications, as long as this notice is preserved.
 
593
 
 
594
# serial 4
731
595
 
732
596
# AM_MISSING_PROG(NAME, PROGRAM)
733
597
# ------------------------------
753
617
fi
754
618
])
755
619
 
 
620
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
621
#
 
622
# This file is free software; the Free Software Foundation
 
623
# gives unlimited permission to copy and/or distribute it,
 
624
# with or without modifications, as long as this notice is preserved.
 
625
 
756
626
# AM_PROG_MKDIR_P
757
627
# ---------------
758
628
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
759
 
 
760
 
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
761
 
 
762
 
# This program is free software; you can redistribute it and/or modify
763
 
# it under the terms of the GNU General Public License as published by
764
 
# the Free Software Foundation; either version 2, or (at your option)
765
 
# any later version.
766
 
 
767
 
# This program is distributed in the hope that it will be useful,
768
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
769
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
770
 
# GNU General Public License for more details.
771
 
 
772
 
# You should have received a copy of the GNU General Public License
773
 
# along with this program; if not, write to the Free Software
774
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
775
 
# 02111-1307, USA.
776
 
 
 
629
#
777
630
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
778
631
# created by `make install' are always world readable, even if the
779
632
# installer happens to have an overly restrictive umask (e.g. 077).
827
680
fi
828
681
AC_SUBST([mkdir_p])])
829
682
 
830
 
# Helper functions for option handling.                    -*- Autoconf -*-
831
 
 
832
 
# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
833
 
 
834
 
# This program is free software; you can redistribute it and/or modify
835
 
# it under the terms of the GNU General Public License as published by
836
 
# the Free Software Foundation; either version 2, or (at your option)
837
 
# any later version.
838
 
 
839
 
# This program is distributed in the hope that it will be useful,
840
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
841
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
842
 
# GNU General Public License for more details.
843
 
 
844
 
# You should have received a copy of the GNU General Public License
845
 
# along with this program; if not, write to the Free Software
846
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
847
 
# 02111-1307, USA.
848
 
 
849
 
# serial 2
 
683
# Helper functions for option handling.                     -*- Autoconf -*-
 
684
 
 
685
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
686
#
 
687
# This file is free software; the Free Software Foundation
 
688
# gives unlimited permission to copy and/or distribute it,
 
689
# with or without modifications, as long as this notice is preserved.
 
690
 
 
691
# serial 3
850
692
 
851
693
# _AM_MANGLE_OPTION(NAME)
852
694
# -----------------------
871
713
AC_DEFUN([_AM_IF_OPTION],
872
714
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
873
715
 
874
 
#
875
 
# Check to make sure that the build environment is sane.
876
 
#
877
 
 
878
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
879
 
 
880
 
# This program is free software; you can redistribute it and/or modify
881
 
# it under the terms of the GNU General Public License as published by
882
 
# the Free Software Foundation; either version 2, or (at your option)
883
 
# any later version.
884
 
 
885
 
# This program is distributed in the hope that it will be useful,
886
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
887
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
888
 
# GNU General Public License for more details.
889
 
 
890
 
# You should have received a copy of the GNU General Public License
891
 
# along with this program; if not, write to the Free Software
892
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
893
 
# 02111-1307, USA.
894
 
 
895
 
# serial 3
 
716
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
717
 
 
718
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
719
# Free Software Foundation, Inc.
 
720
#
 
721
# This file is free software; the Free Software Foundation
 
722
# gives unlimited permission to copy and/or distribute it,
 
723
# with or without modifications, as long as this notice is preserved.
 
724
 
 
725
# serial 4
896
726
 
897
727
# AM_SANITY_CHECK
898
728
# ---------------
935
765
fi
936
766
AC_MSG_RESULT(yes)])
937
767
 
 
768
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
769
#
 
770
# This file is free software; the Free Software Foundation
 
771
# gives unlimited permission to copy and/or distribute it,
 
772
# with or without modifications, as long as this notice is preserved.
 
773
 
938
774
# AM_PROG_INSTALL_STRIP
939
 
 
940
 
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
941
 
 
942
 
# This program is free software; you can redistribute it and/or modify
943
 
# it under the terms of the GNU General Public License as published by
944
 
# the Free Software Foundation; either version 2, or (at your option)
945
 
# any later version.
946
 
 
947
 
# This program is distributed in the hope that it will be useful,
948
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
949
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
950
 
# GNU General Public License for more details.
951
 
 
952
 
# You should have received a copy of the GNU General Public License
953
 
# along with this program; if not, write to the Free Software
954
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
955
 
# 02111-1307, USA.
956
 
 
 
775
# ---------------------
957
776
# One issue with vendor `install' (even GNU) is that you can't
958
777
# specify the program used to strip binaries.  This is especially
959
778
# annoying in cross-compiling environments, where the build's strip
976
795
 
977
796
# Check how to create a tarball.                            -*- Autoconf -*-
978
797
 
979
 
# Copyright (C) 2004  Free Software Foundation, Inc.
980
 
 
981
 
# This program is free software; you can redistribute it and/or modify
982
 
# it under the terms of the GNU General Public License as published by
983
 
# the Free Software Foundation; either version 2, or (at your option)
984
 
# any later version.
985
 
 
986
 
# This program is distributed in the hope that it will be useful,
987
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
988
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
989
 
# GNU General Public License for more details.
990
 
 
991
 
# You should have received a copy of the GNU General Public License
992
 
# along with this program; if not, write to the Free Software
993
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
994
 
# 02111-1307, USA.
995
 
 
996
 
# serial 1
997
 
 
 
798
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
799
#
 
800
# This file is free software; the Free Software Foundation
 
801
# gives unlimited permission to copy and/or distribute it,
 
802
# with or without modifications, as long as this notice is preserved.
 
803
 
 
804
# serial 2
998
805
 
999
806
# _AM_PROG_TAR(FORMAT)
1000
807
# --------------------