diff --git a/configure b/configure index d7d609176..ffdb7b93b 100755 --- a/configure +++ b/configure @@ -562,7 +562,7 @@ PACKAGE_TARNAME='csmith' PACKAGE_VERSION='2.0.1' PACKAGE_STRING='csmith 2.0.1' PACKAGE_BUGREPORT='csmith-bugs@flux.utah.edu' -PACKAGE_URL='' +PACKAGE_URL='http://embed.cs.utah.edu/csmith/' ac_unique_file="src/RandomProgramGenerator.cpp" ac_subst_vars='am__EXEEXT_FALSE @@ -1330,6 +1330,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . +csmith home page: . _ACEOF ac_status=$? fi @@ -4754,7 +4755,8 @@ $config_files Configuration commands: $config_commands -Report bugs to ." +Report bugs to . +csmith home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 4084acaaf..af36c0adb 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ ############################################################################### m4_include([version.m4]) -AC_INIT(csmith, CSMITH_VERSION, CSMITH_BUGREPORT) +AC_INIT(csmith, CSMITH_VERSION, CSMITH_BUGREPORT, csmith, CSMITH_URL) AC_CONFIG_SRCDIR(src/RandomProgramGenerator.cpp) AC_CONFIG_AUX_DIR(autoconf) diff --git a/version.m4 b/version.m4 index 9cb545620..dd6d685a2 100644 --- a/version.m4 +++ b/version.m4 @@ -31,6 +31,7 @@ m4_define([CSMITH_VERSION], [2.0.1]) m4_define([CSMITH_BUGREPORT], [csmith-bugs@flux.utah.edu]) +m4_define([CSMITH_URL], [http://embed.cs.utah.edu/csmith/]) ###############################################################################