added url
This commit is contained in:
parent
0424cff958
commit
c1e9a02032
6
configure
vendored
6
configure
vendored
@ -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 <chris@cromer.cl>.
|
||||
generarxml home page: <https://www.cromer.cl>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
@ -4772,7 +4773,8 @@ $config_files
|
||||
Configuration commands:
|
||||
$config_commands
|
||||
|
||||
Report bugs to <chris@cromer.cl>."
|
||||
Report bugs to <chris@cromer.cl>.
|
||||
generarxml home page: <https://www.cromer.cl>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user