Overview
| Comment: | Updated documentation added INSTALL document libconfig 0.1.0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | 0.1.0 |
| Files: | files | file ages | folders |
| SHA1: |
1bde205ce10a72dbc538c0573dc956ca |
| User & Date: | rkeene on 2004-10-29 04:02:15.000 |
| Other Links: | manifest | tags |
Context
|
2004-10-29
| ||
| 16:17 | Updated man pages. check-in: 6861d15aac user: rkeene tags: trunk | |
| 04:02 | Updated documentation added INSTALL document libconfig 0.1.0 check-in: 1bde205ce1 user: rkeene tags: 0.1.0, trunk | |
| 03:25 | Fixed makefile to work with BSD make check-in: 608a304b3b user: rkeene tags: trunk | |
Changes
Added INSTALL version [03680221db].
Modified README
from [62409254ee]
to [3a709f4c74].
|
Modified configure
from [485196b7cc]
to [8d41d5a2ce].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #! /bin/sh # From configure.in Revision . # Guess values for system-dependent variables and create Makefiles. |
| ︙ | |||
264 265 266 267 268 269 270 | 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 | - - + + |
# This variable seems obsolete. It should probably be removed, and
# only ac_max_sed_lines should be used.
: ${ac_max_here_lines=38}
# Identity of this package.
PACKAGE_NAME='libconfig'
PACKAGE_TARNAME='libconfig'
|
| ︙ | |||
774 775 776 777 778 779 780 | 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 | - + | # # Report the --help message. # 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 |
| ︙ | |||
835 836 837 838 839 840 841 | 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 | - + | --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in |
| ︙ | |||
946 947 948 949 950 951 952 | 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 | - + - + |
cd $ac_popdir
done
fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
|
| ︙ | |||
16682 16683 16684 16685 16686 16687 16688 | 16682 16683 16684 16685 16686 16687 16688 16689 16690 16691 16692 16693 16694 16695 16696 | - + | echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF |
| ︙ | |||
16742 16743 16744 16745 16746 16747 16748 | 16742 16743 16744 16745 16746 16747 16748 16749 16750 16751 16752 16753 16754 16755 16756 | - + | $config_headers Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ |
| ︙ |
Modified configure.in
from [018d009afd]
to [f1ad2924cf].
1 | 1 2 3 4 5 6 7 8 9 | - + | AC_REVISION($Revision $) |
| ︙ |
Modified makearch.info
from [d4324b086f]
to [0dbe9404d2].
| ︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + |
# Space sperated list of documents, if they exist, they will be
# 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
|
| ︙ |