Follow-up Comment #1, sr #111396 (group autoconf):

Trivial testcase as ofllows.

configure.ac:

AC_INIT([foo], [1.0])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT


config.h.in:

/* config.h.in.  Generated automatically from configure.ac by autoheader.  */

/* Define to the address where bug reports for this package should be sent.
*/
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION



$ ORIGINAL_MTIME=$(stat -c %Y config.h.in)
$ autoconf --force
$ autoheader --force
$ NEW_MTIME=$(stat -c %Y config.h.in)
$ [ "${ORIGINAL_MTIME}" = "${NEW_MTIME}" ] && printf "didn't update config.in
as expected\n"


With --replace-handwritten, it is updated as expected.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?111396>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to