This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

2.53b change?


In the past it seemed to be OK to write:

case "$foo" in
 bar)
    AC_CONFIG_FILES(Makefile)
    ...
    ;;
 bar)
    AC_CONFIG_FILES(Makefile)
    ...
    ;;
esac

and as of 2.53b this now seems to be illegal.

Bug or feature or am I missing something?

H


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]