Skip to content

Commit 95f5557

Browse files
author
israel.ekpo
committed
M trunk/configure
M trunk/README M trunk/configure.ac Changed the configure script. Changed the readme file. Changed the configure.ac file to use MAJOR.MINOR.PATCH versioning format.
1 parent 7c5edce commit 95f5557

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LIBRARY INSTALLATION
4040

4141
Decompress the tarball
4242

43-
tar -zxvf csv_parser-x.x.tar.gz
43+
tar -zxvf csv_parser-x.x.x.tar.gz
4444

4545
cd csv_parser
4646

configure

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.61 for csv_parser 1.0.
3+
# Generated by GNU Autoconf 2.61 for libcsv_parser++ 1.0.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -728,10 +728,10 @@ MAKEFLAGS=
728728
SHELL=${CONFIG_SHELL-/bin/sh}
729729

730730
# Identity of this package.
731-
PACKAGE_NAME='csv_parser'
732-
PACKAGE_TARNAME='csv_parser-dev'
733-
PACKAGE_VERSION='1.0'
734-
PACKAGE_STRING='csv_parser 1.0'
731+
PACKAGE_NAME='libcsv_parser++'
732+
PACKAGE_TARNAME='libcsv_parser++-dev'
733+
PACKAGE_VERSION='1.0.0'
734+
PACKAGE_STRING='libcsv_parser++ 1.0.0'
735735
PACKAGE_BUGREPORT='[email protected]'
736736

737737
ac_default_prefix=/usr
@@ -1397,7 +1397,7 @@ if test "$ac_init_help" = "long"; then
13971397
# Omit some internal or obsolete options to make the list less imposing.
13981398
# This message is too long to be a string in the A/UX 3.1 sh.
13991399
cat <<_ACEOF
1400-
\`configure' configures csv_parser 1.0 to adapt to many kinds of systems.
1400+
\`configure' configures libcsv_parser++ 1.0.0 to adapt to many kinds of systems.
14011401

14021402
Usage: $0 [OPTION]... [VAR=VALUE]...
14031403

@@ -1445,7 +1445,7 @@ Fine tuning of the installation directories:
14451445
--infodir=DIR info documentation [DATAROOTDIR/info]
14461446
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
14471447
--mandir=DIR man documentation [DATAROOTDIR/man]
1448-
--docdir=DIR documentation root [DATAROOTDIR/doc/csv_parser-dev]
1448+
--docdir=DIR documentation root [DATAROOTDIR/doc/libcsv_parser++-dev]
14491449
--htmldir=DIR html documentation [DOCDIR]
14501450
--dvidir=DIR dvi documentation [DOCDIR]
14511451
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1467,7 +1467,7 @@ fi
14671467

14681468
if test -n "$ac_init_help"; then
14691469
case $ac_init_help in
1470-
short | recursive ) echo "Configuration of csv_parser 1.0:";;
1470+
short | recursive ) echo "Configuration of libcsv_parser++ 1.0.0:";;
14711471
esac
14721472
cat <<\_ACEOF
14731473

@@ -1569,7 +1569,7 @@ fi
15691569
test -n "$ac_init_help" && exit $ac_status
15701570
if $ac_init_version; then
15711571
cat <<\_ACEOF
1572-
csv_parser configure 1.0
1572+
libcsv_parser++ configure 1.0.0
15731573
generated by GNU Autoconf 2.61
15741574

15751575
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1585,7 +1585,7 @@ cat >config.log <<_ACEOF
15851585
This file contains any messages produced by compilers while
15861586
running configure, to aid debugging if configure makes a mistake.
15871587

1588-
It was created by csv_parser $as_me 1.0, which was
1588+
It was created by libcsv_parser++ $as_me 1.0.0, which was
15891589
generated by GNU Autoconf 2.61. Invocation command line was
15901590

15911591
$ $0 $@
@@ -2283,8 +2283,8 @@ fi
22832283

22842284

22852285
# Define the identity of the package.
2286-
PACKAGE=csv_parser
2287-
VERSION=1.0
2286+
PACKAGE=libcsv_parser++
2287+
VERSION=1.0.0
22882288

22892289

22902290
cat >>confdefs.h <<_ACEOF
@@ -20363,7 +20363,7 @@ exec 6>&1
2036320363
# report actual input values of CONFIG_FILES etc. instead of their
2036420364
# values after options handling.
2036520365
ac_log="
20366-
This file was extended by csv_parser $as_me 1.0, which was
20366+
This file was extended by libcsv_parser++ $as_me 1.0.0, which was
2036720367
generated by GNU Autoconf 2.61. Invocation command line was
2036820368

2036920369
CONFIG_FILES = $CONFIG_FILES
@@ -20410,7 +20410,7 @@ Report bugs to <[email protected]>."
2041020410
_ACEOF
2041120411
cat >>$CONFIG_STATUS <<_ACEOF
2041220412
ac_cs_version="\\
20413-
csv_parser config.status 1.0
20413+
libcsv_parser++ config.status 1.0.0
2041420414
configured by $0, generated by GNU Autoconf 2.61,
2041520415
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2041620416

@@ -21647,7 +21647,7 @@ exec 6>&1
2164721647
# report actual input values of CONFIG_FILES etc. instead of their
2164821648
# values after options handling.
2164921649
ac_log="
21650-
This file was extended by csv_parser $as_me 1.0, which was
21650+
This file was extended by libcsv_parser++ $as_me 1.0.0, which was
2165121651
generated by GNU Autoconf 2.61. Invocation command line was
2165221652

2165321653
CONFIG_FILES = $CONFIG_FILES
@@ -21694,7 +21694,7 @@ Report bugs to <[email protected]>."
2169421694
_ACEOF
2169521695
cat >>$CONFIG_STATUS <<_ACEOF
2169621696
ac_cs_version="\\
21697-
csv_parser config.status 1.0
21697+
libcsv_parser++ config.status 1.0.0
2169821698
configured by $0, generated by GNU Autoconf 2.61,
2169921699
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2170021700

@@ -22932,7 +22932,7 @@ exec 6>&1
2293222932
# report actual input values of CONFIG_FILES etc. instead of their
2293322933
# values after options handling.
2293422934
ac_log="
22935-
This file was extended by csv_parser $as_me 1.0, which was
22935+
This file was extended by libcsv_parser++ $as_me 1.0.0, which was
2293622936
generated by GNU Autoconf 2.61. Invocation command line was
2293722937

2293822938
CONFIG_FILES = $CONFIG_FILES
@@ -22979,7 +22979,7 @@ Report bugs to <[email protected]>."
2297922979
_ACEOF
2298022980
cat >>$CONFIG_STATUS <<_ACEOF
2298122981
ac_cs_version="\\
22982-
csv_parser config.status 1.0
22982+
libcsv_parser++ config.status 1.0.0
2298322983
configured by $0, generated by GNU Autoconf 2.61,
2298422984
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2298522985

@@ -23786,7 +23786,7 @@ This will install your csv_parser library object code into $prefix/lib and your
2378623786
| the installation process at this point. |
2378723787
+------------------------------------------------------------------------+
2378823788

23789-
Thank you for using csv_parser.
23789+
Thank you for using libcsv_parser++.
2379023790

2379123791
" >&5
2379223792
echo "$as_me:
@@ -23806,7 +23806,7 @@ This will install your csv_parser library object code into $prefix/lib and your
2380623806
| the installation process at this point. |
2380723807
+------------------------------------------------------------------------+
2380823808

23809-
Thank you for using csv_parser.
23809+
Thank you for using libcsv_parser++.
2381023810

2381123811
" >&6;}
2381223812

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
dnl Mandatory Autoconf Initialization Macro
33
dnl package_name, version_number, optional bug report email, tarball_name for tar.gz release files
4-
AC_INIT(csv_parser, 1.0, [email protected], csv_parser-dev)
4+
AC_INIT(libcsv_parser++, 1.0.0, [email protected], libcsv_parser++-dev)
55

66
dnl Defining the AX_EXPAND_PREFIX function
77
AC_DEFUN([AX_EXPAND_PREFIX],[dnl
@@ -15,7 +15,7 @@ dnl Makes the value for prefix and exec_prefix available for substitution
1515
AX_EXPAND_PREFIX
1616

1717
dnl Automake initialization. This method is obselete but needed for us to proceed.
18-
AM_INIT_AUTOMAKE(csv_parser, 1.0)
18+
AM_INIT_AUTOMAKE(libcsv_parser++, 1.0.0)
1919

2020
dnl Set the default installation prefix to /usr instead of /usr/local
2121
AC_PREFIX_DEFAULT(/usr)
@@ -71,7 +71,7 @@ This will install your csv_parser library object code into $prefix/lib and your
7171
| the installation process at this point. |
7272
+------------------------------------------------------------------------+
7373
74-
Thank you for using csv_parser.
74+
Thank you for using libcsv_parser++.
7575
7676
])
7777

0 commit comments

Comments
 (0)