/[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.781 by akim, Fri Dec 14 18:06:28 2001 UTC revision 1.782 by akim, Sun Jan 6 20:48:11 2002 UTC
# Line 448  AC_SUBST([PATH_SEPARATOR])dnl Line 448  AC_SUBST([PATH_SEPARATOR])dnl
448  # only ac_max_sed_lines should be used.  # only ac_max_sed_lines should be used.
449  : ${ac_max_here_lines=38}  : ${ac_max_here_lines=38}
450    
451    # Identity of this package.
452    AC_SUBST([PACKAGE_NAME],
453             [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])dnl
454    AC_SUBST([PACKAGE_TARNAME],
455             [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])dnl
456    AC_SUBST([PACKAGE_VERSION],
457             [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])dnl
458    AC_SUBST([PACKAGE_STRING],
459             [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])dnl
460    AC_SUBST([PACKAGE_BUGREPORT],
461             [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])dnl
462    
463  m4_divert_pop([DEFAULTS])dnl  m4_divert_pop([DEFAULTS])dnl
464  ])# _AC_INIT_DEFAULTS  ])# _AC_INIT_DEFAULTS
465    
# Line 567  AC_SUBST([oldincludedir],  ['/usr/includ Line 579  AC_SUBST([oldincludedir],  ['/usr/includ
579  AC_SUBST([infodir],        ['${prefix}/info'])dnl  AC_SUBST([infodir],        ['${prefix}/info'])dnl
580  AC_SUBST([mandir],         ['${prefix}/man'])dnl  AC_SUBST([mandir],         ['${prefix}/man'])dnl
581    
 # Identity of this package.  
 AC_SUBST([PACKAGE_NAME],  
          [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])dnl  
 AC_SUBST([PACKAGE_TARNAME],  
          [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])dnl  
 AC_SUBST([PACKAGE_VERSION],  
          [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])dnl  
 AC_SUBST([PACKAGE_STRING],  
          [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])dnl  
 AC_SUBST([PACKAGE_BUGREPORT],  
          [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])dnl  
   
582  ac_prev=  ac_prev=
583  for ac_option  for ac_option
584  do  do
# Line 1187  rm -rf conftest* confdefs.h Line 1187  rm -rf conftest* confdefs.h
1187  # AIX cpp loses on an empty file, so make sure it contains at least a newline.  # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1188  echo >confdefs.h  echo >confdefs.h
1189    
1190    # Predefined preprocessor variables.
1191    AC_DEFINE_UNQUOTED([PACKAGE_NAME], ["$PACKAGE_NAME"],
1192                       [Define to the full name of this package.])
1193    AC_DEFINE_UNQUOTED([PACKAGE_TARNAME], ["$PACKAGE_TARNAME"],
1194                       [Define to the one symbol short name of this package.])
1195    AC_DEFINE_UNQUOTED([PACKAGE_VERSION], ["$PACKAGE_VERSION"],
1196                       [Define to the version of this package.])
1197    AC_DEFINE_UNQUOTED([PACKAGE_STRING], ["$PACKAGE_STRING"],
1198                       [Define to the full name and version of this package.])
1199    AC_DEFINE_UNQUOTED([PACKAGE_BUGREPORT], ["$PACKAGE_BUGREPORT"],
1200                       [Define to the address where bug reports for this package
1201                        should be sent.])
1202    
1203  # Let the site file select an alternate cache file if it wants to.  # Let the site file select an alternate cache file if it wants to.
1204  AC_SITE_LOAD  AC_SITE_LOAD
1205  AC_CACHE_LOAD  AC_CACHE_LOAD

Legend:
Removed from v.1.781  
changed lines
  Added in v.1.782

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