Este commit está contenido en:
Chris Cromer 2016-10-16 18:39:31 -03:00
padre 0424cff958
commit c1e9a02032
Se han modificado 2 ficheros con 5 adiciones y 3 borrados

6
configure vendido
Ver fichero

@ -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

Ver fichero

@ -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])