/[autoconf]/autoconf/lib/autoconf/general.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/general.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.818 by akim, Fri Sep 26 09:11:23 2003 UTC revision 1.819 by gary, Wed Oct 8 13:12:24 2003 UTC
# Line 1538  AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])d Line 1538  AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])d
1538    
1539    
1540    
1541    ## ------------------------ ##
1542    ## Finding aclocal macros.  ##
1543    ## ------------------------ ##
1544    
1545    
1546    # AC_CONFIG_MACRO_DIR(DIR)
1547    # ------------------------
1548    # Declare directory containing additional macros for aclocal.
1549    # DIR can be either absolute or relative to $srcdir.
1550    AC_DEFUN([AC_CONFIG_MACRO_DIR],
1551    [case $1 in
1552      [[\\/]]* | ?:[[\\/]]* ) ac_macro_dir=$1         ;;
1553      *)                      ac_macro_dir=$srcdir/$1 ;;
1554    esac
1555    if test -d "$ac_macro_dir"; then :
1556    else
1557      AC_MSG_ERROR([cannot find macro directory `$1'])
1558    fi
1559    ])# AC_CONFIG_MACRO_DIR
1560    
1561    
1562    
1563    
1564  ## ----------------------------------- ##  ## ----------------------------------- ##
1565  ## Getting the canonical system type.  ##  ## Getting the canonical system type.  ##
1566  ## ----------------------------------- ##  ## ----------------------------------- ##

Legend:
Removed from v.1.818  
changed lines
  Added in v.1.819

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26