Commit Graph

20 Commits

Author SHA1 Message Date
Daniele Forsi
d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
Nate Bargmann
a8c56853d3 Rename autogen.sh to bootstrap to follow GNU guidelines
Update relevant document files to describe 'boostrap' and 'configure'.
2017-07-27 21:30:13 -05:00
Nate Bargmann
0232e30fc0 ABI backward compatibility enhancement
Use the libtool link mode argument '-version-info' to set the Hamlib 3
ABI to be compatible with Hamlib 1.2 ABI.  As the current ABI has not
been changed or removed, we should be able to maintain backward
compatibility.  The libtool docs state that so long as the ABI is only
added to, backward compatibility should be maintained.

My idea here is to be able to have presently compiled programs be able
to use binary libraries of Hamlib 3 without recompiling.  So far I have
tested this locally on Linux and Windows.  More testing is welcome.
2012-10-08 13:07:35 -05:00
Nate Bargmann
7ad9ae84b4 Correct typos and SF.net URIs.
README.release updated for 1.2.15 future release.
2011-07-31 10:54:08 -05:00
Nate Bargmann
38b3cfd29c Updates for 1.2.14 release
(cherry picked from commit ef771cf4c4)
2011-07-13 22:00:32 -05:00
Nate Bargmann
974cdba8cc Remove --prefix=/usr/local from examples
The --prefix option to autogen.sh is not needed as /usr/local is GNU
Build System default.
2011-06-20 22:29:19 -05:00
Nate Bargmann
3dd031c36b Describe scripts/ directory, remove redundant info 2011-06-20 06:27:13 -05:00
Nate Bargmann
a9121e1b9d Update for Git release procedure. 2011-05-31 09:01:14 -05:00
Stephane Fillod
27505fb46d New Makefile target 'dist-win32' for automated build 2011-05-22 23:23:46 +02:00
Kamal Mostafa
0c7966fc30 Fix mingw32 cross-compilation procedure and config
Updated README.release procedure and configure.ac for Windows DLL (mingw32)
build.  Now that hamlib no longer bundles libltdl (libtool), libltdl must
be imported, configured with --host-i586-mingw32msvc, and built (before
configuring hamlib with --host-i586-mingw32msvc).
2011-03-27 10:47:11 -07:00
Nate Bargmann, N0NB
f22f3a82dc Bump ABI version, updated README.release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3072 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-03-13 02:43:45 +00:00
Kamal Mostafa, KA6MAL
1274d535ce Remove bundled libltdl (libtool)
Hamlib shall now depend on the system to provide libtool.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3046 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-13 19:01:28 +00:00
Stéphane Fillod, F8CFE
5bb3acbaff misc cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2965 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-08-23 21:44:34 +00:00
Stéphane Fillod, F8CFE
86abc91dc5 update because of changes in interface of sourceforge as of '09
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2852 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-07 14:07:42 +00:00
Nate Bargmann, N0NB
5d539dcb02 Update copyright date. Revise documents as needed for Wiki.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2819 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-28 22:44:56 +00:00
Nate Bargmann, N0NB
1e0f3b396a Update files for SVN information and commands.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2675 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-07 03:30:17 +00:00
Stéphane Fillod, F8CFE
a05b7c00de details, new sf upload method
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2503 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 19:25:50 +00:00
Stéphane Fillod, F8CFE
7822ea16ba some more fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2302 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-02-18 21:17:32 +00:00
Stéphane Fillod, F8CFE
5650684c80 some fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2298 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-02-13 23:20:27 +00:00
Stéphane Fillod, F8CFE
e0a3feb7d2 initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2295 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-02-13 22:58:17 +00:00