m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
authorJim Meyering <meyering@redhat.com>
Sun, 18 Oct 2009 16:53:35 +0000 (18:53 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 18 Oct 2009 16:53:35 +0000 (18:53 +0200)
commit6cb63a9700e8b21e1ad765b0a8e6cfccc9c162ea
tree13ce03d6c678a52fd4b917661de7694b47dc2e68
parent13de2c6f2a62ce7213787eea52142edc763a1ca7
m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization

Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
right after its initialization, rather than farther down.
Keeping these in close proximity makes it easier to ensure
that each such variable is initialized.  E.g.,

    LIB_CLOCK_GETTIME=
    AC_SUBST([LIB_CLOCK_GETTIME])

This change also increments these serial numbers.
* m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
* m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
ChangeLog
m4/clock_time.m4
m4/euidaccess.m4
m4/nanosleep.m4