/[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.794 by eggert, Sat Apr 20 06:09:02 2002 UTC revision 1.795 by eggert, Sun Apr 21 07:25:21 2002 UTC
# Line 999  _ACEOF Line 999  _ACEOF
999  m4_divert_pop([HELP_BEGIN])dnl  m4_divert_pop([HELP_BEGIN])dnl
1000  dnl The order of the diversions here is  dnl The order of the diversions here is
1001  dnl - HELP_BEGIN  dnl - HELP_BEGIN
1002  dnl   which may be prolongated by extra generic options such as with X or  dnl   which may be extended by extra generic options such as with X or
1003  dnl   AC_ARG_PROGRAM.  Displayed only in long --help.  dnl   AC_ARG_PROGRAM.  Displayed only in long --help.
1004  dnl  dnl
1005  dnl - HELP_CANON  dnl - HELP_CANON
# Line 1723  m4_define([AC_CACHE_SAVE], Line 1723  m4_define([AC_CACHE_SAVE],
1723  # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
1724  # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
1725  #  #
1726  # `ac_cv_env_foo' variables (set or unset) will be overriden when  # `ac_cv_env_foo' variables (set or unset) will be overridden when
1727  # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
1728  # following values.  # following values.
1729    
# Line 2362  m4_define([AC_LIBSOURCES], Line 2362  m4_define([AC_LIBSOURCES],
2362  # _AC_LIBOBJ(FILENAME-NOEXT, ACTION-IF-INDIR)  # _AC_LIBOBJ(FILENAME-NOEXT, ACTION-IF-INDIR)
2363  # -------------------------------------------  # -------------------------------------------
2364  # We need `FILENAME-NOEXT.o', save this into `LIBOBJS'.  # We need `FILENAME-NOEXT.o', save this into `LIBOBJS'.
2365  # We don't use AC_SUBST/2 because it forces an unneeded eol.  # We don't use AC_SUBST/2 because it forces an unnecessary eol.
2366  m4_define([_AC_LIBOBJ],  m4_define([_AC_LIBOBJ],
2367  [AS_LITERAL_IF([$1],  [AS_LITERAL_IF([$1],
2368                 [AC_LIBSOURCE([$1.c])],                 [AC_LIBSOURCE([$1.c])],
# Line 2374  LIB@&t@OBJS="$LIB@&t@OBJS $1.$ac_objext" Line 2374  LIB@&t@OBJS="$LIB@&t@OBJS $1.$ac_objext"
2374  # AC_LIBOBJ(FILENAME-NOEXT)  # AC_LIBOBJ(FILENAME-NOEXT)
2375  # -------------------------  # -------------------------
2376  # We need `FILENAME-NOEXT.o', save this into `LIBOBJS'.  # We need `FILENAME-NOEXT.o', save this into `LIBOBJS'.
2377  # We don't use AC_SUBST/2 because it forces an unneeded eol.  # We don't use AC_SUBST/2 because it forces an unnecessary eol.
2378  m4_define([AC_LIBOBJ],  m4_define([AC_LIBOBJ],
2379  [_AC_LIBOBJ([$1],  [_AC_LIBOBJ([$1],
2380              [AC_DIAGNOSE(syntax,              [AC_DIAGNOSE(syntax,

Legend:
Removed from v.1.794  
changed lines
  Added in v.1.795

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