ADDED INSTALL Index: INSTALL ================================================================== --- INSTALL +++ INSTALL @@ -0,0 +1,9 @@ +Libconfig uses GNU autoconf configure scripts to build and should build on +almost any platform. + +Building it should be as easy as: + $ ./configure + $ make + $ make install + +(note that `make' must not be BSD make, all other makes work fine.) Index: README ================================================================== --- README +++ README @@ -1,1 +1,8 @@ -Not yet available. +Tested platforms: +Mac OS X 10.1 +HP-UX 11.11 +NetBSD 1.6.1 +FreeBSD 4.8 +OpenBSD 3.4 +SunOS 5.9 +Linux Index: configure ================================================================== --- configure +++ configure @@ -1,9 +1,9 @@ #! /bin/sh # From configure.in Revision . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for libconfig 0.0.8. +# Generated by GNU Autoconf 2.59 for libconfig 0.1.0. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -266,12 +266,12 @@ : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME='libconfig' PACKAGE_TARNAME='libconfig' -PACKAGE_VERSION='0.0.8' -PACKAGE_STRING='libconfig 0.0.8' +PACKAGE_VERSION='0.1.0' +PACKAGE_STRING='libconfig 0.1.0' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. ac_includes_default="\ #include @@ -776,11 +776,11 @@ # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libconfig 0.0.8 to adapt to many kinds of systems. +\`configure' configures libconfig 0.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. @@ -837,11 +837,11 @@ _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libconfig 0.0.8:";; + short | recursive ) echo "Configuration of libconfig 0.1.0:";; esac cat <<\_ACEOF Some influential environment variables: CC C compiler command @@ -948,11 +948,11 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libconfig configure 0.0.8 +libconfig configure 0.1.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -962,11 +962,11 @@ exec 5>config.log cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libconfig $as_me 0.0.8, which was +It was created by libconfig $as_me 0.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ _ACEOF @@ -16684,11 +16684,11 @@ ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libconfig $as_me 0.0.8, which was +This file was extended by libconfig $as_me 0.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -16744,11 +16744,11 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libconfig config.status 0.0.8 +libconfig config.status 0.1.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation Index: configure.in ================================================================== --- configure.in +++ configure.in @@ -1,7 +1,7 @@ AC_REVISION($Revision $) -AC_INIT(libconfig, 0.0.8) +AC_INIT(libconfig, 0.1.0) AC_CONFIG_HEADER(config.h) dnl Find out about the host OS DC_CHK_OS_INFO Index: makearch.info ================================================================== --- makearch.info +++ makearch.info @@ -18,11 +18,11 @@ # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date -DOCS="README Docs/USAGE" +DOCS="README INSTALL Docs/USAGE" DOC_HDR="HEADER" # This script is executed immediately after copying the files # to a temp directory to attempt to compile BEFORE="build/prep.sh"