/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.191 by akim, Fri Dec 14 18:06:28 2001 UTC revision 1.192 by proski, Tue Jan 22 20:44:28 2002 UTC
# Line 253  SHELL=${CONFIG_SHELL-/bin/sh} Line 253  SHELL=${CONFIG_SHELL-/bin/sh}
253  # only ac_max_sed_lines should be used.  # only ac_max_sed_lines should be used.
254  : ${ac_max_here_lines=38}  : ${ac_max_here_lines=38}
255    
256    # Identity of this package.
257    PACKAGE_NAME='GNU Autoconf'
258    PACKAGE_TARNAME='autoconf'
259    PACKAGE_VERSION='2.52g'
260    PACKAGE_STRING='GNU Autoconf 2.52g'
261    PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
262    
263  ac_unique_file="ChangeLog"  ac_unique_file="ChangeLog"
264    
265  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 293  oldincludedir='/usr/include' Line 300  oldincludedir='/usr/include'
300  infodir='${prefix}/info'  infodir='${prefix}/info'
301  mandir='${prefix}/man'  mandir='${prefix}/man'
302    
 # Identity of this package.  
 PACKAGE_NAME='GNU Autoconf'  
 PACKAGE_TARNAME='autoconf'  
 PACKAGE_VERSION='2.52g'  
 PACKAGE_STRING='GNU Autoconf 2.52g'  
 PACKAGE_BUGREPORT='bug-autoconf@gnu.org'  
   
303  ac_prev=  ac_prev=
304  for ac_option  for ac_option
305  do  do
# Line 993  rm -rf conftest* confdefs.h Line 993  rm -rf conftest* confdefs.h
993  # 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.
994  echo >confdefs.h  echo >confdefs.h
995    
996    # Predefined preprocessor variables.
997    
998    cat >>confdefs.h <<_ACEOF
999    #define PACKAGE_NAME "$PACKAGE_NAME"
1000    _ACEOF
1001    
1002    
1003    cat >>confdefs.h <<_ACEOF
1004    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1005    _ACEOF
1006    
1007    
1008    cat >>confdefs.h <<_ACEOF
1009    #define PACKAGE_VERSION "$PACKAGE_VERSION"
1010    _ACEOF
1011    
1012    
1013    cat >>confdefs.h <<_ACEOF
1014    #define PACKAGE_STRING "$PACKAGE_STRING"
1015    _ACEOF
1016    
1017    
1018    cat >>confdefs.h <<_ACEOF
1019    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1020    _ACEOF
1021    
1022    
1023  # 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.
1024  # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
1025  if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
# Line 1445  INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst Line 1472  INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
1472    
1473    
1474  # Initialize the test suite and build position independent wrappers.  # Initialize the test suite and build position independent wrappers.
 ac_config_commands="$ac_config_commands tests/package.m4"  
   
   
1475  ac_config_commands="$ac_config_commands tests/atconfig"  ac_config_commands="$ac_config_commands tests/atconfig"
1476    
1477    
# Line 2230  done Line 2254  done
2254    
2255  _ACEOF  _ACEOF
2256    
 cat >>$CONFIG_STATUS <<_ACEOF  
 #  
 # INIT-COMMANDS section.  
 #  
   
 PACKAGE_NAME='$PACKAGE_NAME'  
 PACKAGE_TARNAME='$PACKAGE_TARNAME'  
 PACKAGE_VERSION='$PACKAGE_VERSION'  
 PACKAGE_STRING='$PACKAGE_STRING'  
 PACKAGE_BUGREPORT='$PACKAGE_BUGREPORT'  
   
2257    
 _ACEOF  
2258    
2259    
2260    
# Line 2272  do Line 2284  do
2284    "lib/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autoconf/Makefile" ;;    "lib/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autoconf/Makefile" ;;
2285    "lib/autotest/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autotest/Makefile" ;;    "lib/autotest/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autotest/Makefile" ;;
2286    "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;    "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
   "tests/package.m4" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tests/package.m4" ;;  
2287    "tests/atconfig" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;    "tests/atconfig" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
2288    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2289  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
# Line 2327  if test -n "\$CONFIG_FILES"; then Line 2338  if test -n "\$CONFIG_FILES"; then
2338     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2339  s,@SHELL@,$SHELL,;t t  s,@SHELL@,$SHELL,;t t
2340  s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t  s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2341    s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2342    s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2343    s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2344    s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2345    s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2346  s,@exec_prefix@,$exec_prefix,;t t  s,@exec_prefix@,$exec_prefix,;t t
2347  s,@prefix@,$prefix,;t t  s,@prefix@,$prefix,;t t
2348  s,@program_transform_name@,$program_transform_name,;t t  s,@program_transform_name@,$program_transform_name,;t t
# Line 2342  s,@includedir@,$includedir,;t t Line 2358  s,@includedir@,$includedir,;t t
2358  s,@oldincludedir@,$oldincludedir,;t t  s,@oldincludedir@,$oldincludedir,;t t
2359  s,@infodir@,$infodir,;t t  s,@infodir@,$infodir,;t t
2360  s,@mandir@,$mandir,;t t  s,@mandir@,$mandir,;t t
 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t  
 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t  
 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t  
 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t  
 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t  
2361  s,@build_alias@,$build_alias,;t t  s,@build_alias@,$build_alias,;t t
2362  s,@host_alias@,$host_alias,;t t  s,@host_alias@,$host_alias,;t t
2363  s,@target_alias@,$target_alias,;t t  s,@target_alias@,$target_alias,;t t
# Line 2646  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a Line 2657  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a
2657    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
2658  echo "$as_me: executing $ac_dest commands" >&6;}  echo "$as_me: executing $ac_dest commands" >&6;}
2659    case $ac_dest in    case $ac_dest in
     tests/package.m4 ) cat >tests/package.m4 <<ATEOF  
 # Signature of the current package.  
 m4_define([PACKAGE_NAME],      [$PACKAGE_NAME])  
 m4_define([PACKAGE_TARNAME],   [$PACKAGE_TARNAME])  
 m4_define([PACKAGE_VERSION],   [$PACKAGE_VERSION])  
 m4_define([PACKAGE_STRING],    [$PACKAGE_STRING])  
 m4_define([PACKAGE_BUGREPORT], [$PACKAGE_BUGREPORT])  
 ATEOF  
  ;;  
2660      tests/atconfig ) cat >tests/atconfig <<ATEOF      tests/atconfig ) cat >tests/atconfig <<ATEOF
2661  # Configurable variable values for building test suites.  # Configurable variable values for building test suites.
2662  # Generated by $0.  # Generated by $0.

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

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