- Timestamp:
- 04/10/11 10:00:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/aclocal.m4
r10209 r10335 1916 1916 # expand $ac_aux_dir to an absolute path 1917 1917 am_aux_dir=`cd $ac_aux_dir && pwd` 1918 ]) 1919 1920 # AM_COND_IF -*- Autoconf -*- 1921 1922 # Copyright (C) 2008 Free Software Foundation, Inc. 1923 # 1924 # This file is free software; the Free Software Foundation 1925 # gives unlimited permission to copy and/or distribute it, 1926 # with or without modifications, as long as this notice is preserved. 1927 1928 # serial 1 1929 1930 # _AM_COND_IF 1931 # _AM_COND_ELSE 1932 # _AM_COND_ENDIF 1933 # -------------- 1934 # These macros are only used for tracing. 1935 m4_define([_AM_COND_IF]) 1936 m4_define([_AM_COND_ELSE]) 1937 m4_define([_AM_COND_ENDIF]) 1938 1939 1940 # AM_COND_IF(COND, [IF-TRUE], [IF-FALSE]) 1941 # --------------------------------------- 1942 # If the shell condition matching COND is true, execute IF-TRUE, 1943 # otherwise execute IF-FALSE. Allow automake to learn about conditional 1944 # instantiating macros (the AC_CONFIG_FOOS). 1945 AC_DEFUN([AM_COND_IF], 1946 [m4_ifndef([_AM_COND_VALUE_$1], 1947 [m4_fatal([$0: no such condition "$1"])])dnl 1948 _AM_COND_IF([$1])dnl 1949 if _AM_COND_VALUE_$1; then 1950 m4_default([$2], [:]) 1951 m4_ifval([$3], 1952 [_AM_COND_ELSE([$1])dnl 1953 else 1954 $3 1955 ])dnl 1956 _AM_COND_ENDIF([$1])dnl 1957 fi[]dnl 1918 1958 ]) 1919 1959 … … 2821 2861 ]) # _AM_PROG_TAR 2822 2862 2863 m4_include([.macro_dir/ac_check_package.m4]) 2823 2864 m4_include([.macro_dir/ac_check_readline.m4]) 2824 2865 m4_include([.macro_dir/ac_find_motif.m4])
Note:
See TracChangeset
for help on using the changeset viewer.