Differences From Artifact [e198fad6ec]:
- File configure.in — part of check-in [9d733cc5a2] at 2004-10-28 21:11:49 on branch trunk — Fixed command line processing and added argument re-ordering. Also, added a global variable lc_optind to indicate where we were in the argv array. (user: rkeene, size: 779) [annotate] [blame] [check-ins using]
To Artifact [0d863a453e]:
- File configure.in — part of check-in [eacf820f19] at 2004-10-29 00:35:18 on branch trunk — Fixed OBJLIBS to create a SHOBJLIBS variable that has the correct format. libconfig version 0.0.5 (user: rkeene, size: 802) [annotate] [blame] [check-ins using]
1 | 1 2 3 4 5 6 7 8 9 | - + | AC_REVISION($Revision $) |
︙ | |||
24 25 26 27 28 29 30 31 32 33 | 24 25 26 27 28 29 30 31 32 33 34 | + | AC_REPLACE_FUNCS(strsep) AC_CHECK_FUNCS(getpwuid) dnl Checks for Win32 specific things. DC_DO_WIN32 dnl This must be last. DC_GET_SHOBJFLAGS AC_OUTPUT(Makefile lc_geterrno.3 lc_process.3 lc_register_var.3 lc_geterrstr.3 lc_register_callback.3) |