diff --git a/configure b/configure index b5727b4..ea31fb2 100755 --- a/configure +++ b/configure @@ -582,7 +582,7 @@ PACKAGE_TARNAME='generarxml' PACKAGE_VERSION='1.0' PACKAGE_STRING='generarxml 1.0' PACKAGE_BUGREPORT='chris@cromer.cl' -PACKAGE_URL='' +PACKAGE_URL='https://www.cromer.cl' ac_default_prefix=/usr ac_unique_file="src/main.c" @@ -1357,6 +1357,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 . +generarxml home page: . _ACEOF ac_status=$? fi @@ -4772,7 +4773,8 @@ $config_files Configuration commands: $config_commands -Report bugs to ." +Report bugs to . +generarxml home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index e93dc8e..82c7e14 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([generarxml], [1.0], [chris@cromer.cl]) +AC_INIT([generarxml], [1.0], [chris@cromer.cl], [generarxml], [https://www.cromer.cl]) AC_PREFIX_DEFAULT([/usr]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects foreign])