added url

This commit is contained in:
Chris Cromer 2016-10-16 18:39:31 -03:00
parent 0424cff958
commit c1e9a02032
2 changed files with 5 additions and 3 deletions

6
configure vendored
View File

@ -582,7 +582,7 @@ PACKAGE_TARNAME='generarxml'
PACKAGE_VERSION='1.0' PACKAGE_VERSION='1.0'
PACKAGE_STRING='generarxml 1.0' PACKAGE_STRING='generarxml 1.0'
PACKAGE_BUGREPORT='chris@cromer.cl' PACKAGE_BUGREPORT='chris@cromer.cl'
PACKAGE_URL='' PACKAGE_URL='https://www.cromer.cl'
ac_default_prefix=/usr ac_default_prefix=/usr
ac_unique_file="src/main.c" 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. it to find libraries and programs with nonstandard names/locations.
Report bugs to <chris@cromer.cl>. Report bugs to <chris@cromer.cl>.
generarxml home page: <https://www.cromer.cl>.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
fi fi
@ -4772,7 +4773,8 @@ $config_files
Configuration commands: Configuration commands:
$config_commands $config_commands
Report bugs to <chris@cromer.cl>." Report bugs to <chris@cromer.cl>.
generarxml home page: <https://www.cromer.cl>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

View File

@ -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_PREFIX_DEFAULT([/usr])
AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([subdir-objects foreign]) AM_INIT_AUTOMAKE([subdir-objects foreign])