Differences From Artifact [4423e690ac]:
- File configure.in — part of check-in [92a0e45fc6] at 2004-10-26 13:19:56 on branch trunk — Updated man pages. Updated lc_process_files() to work. (user: rkeene, size: 779) [annotate] [blame] [check-ins using]
To 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]
1 | AC_REVISION($Revision $) | | | 1 2 3 4 5 6 7 8 9 | AC_REVISION($Revision $) AC_INIT(libconfig, 0.0.4) AC_CONFIG_HEADER(config.h) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S |
︙ | ︙ |