diff options
author | Jim Evins <evins@snaught.com> | 2002-06-18 01:50:15 +0000 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2002-06-18 01:50:15 +0000 |
commit | 979dfe500f5773e1fe925e46135045125075b440 (patch) | |
tree | 9ea4cb34f56448e94252ba348d9eb4030aa58a48 /glabels1 | |
parent | 492ca6b93e3360e64288df1efdd1383990a77c78 (diff) |
Replace gnu-barcode-0.96 with 0.98.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@20 f5e0f49d-192f-0410-a22d-a8d8700d0965
Diffstat (limited to 'glabels1')
-rw-r--r-- | glabels1/AUTHORS | 2 | ||||
-rw-r--r-- | glabels1/Makefile.am | 2 | ||||
-rw-r--r-- | glabels1/configure.in | 2 | ||||
-rw-r--r-- | glabels1/src/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/glabels1/AUTHORS b/glabels1/AUTHORS index 385defc..da36bb9 100644 --- a/glabels1/AUTHORS +++ b/glabels1/AUTHORS @@ -11,7 +11,7 @@ screen new in 0.4.3. Alessandro Rubini <rubini@gnu.org> -- Author of the GNU Barcode Library. This library provides a large chunk of the barcode functionality and is -distributed with glabels. See ./barcode-0.96/README for more information. +distributed with glabels. See ./barcode-0.98/README for more information. Olivier Berger <oberger@april.org> -- French translations Marcus Bauer <m@7n7.de> -- German translations diff --git a/glabels1/Makefile.am b/glabels1/Makefile.am index 832a65d..1d99150 100644 --- a/glabels1/Makefile.am +++ b/glabels1/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -LIB_BARCODE_DIR = barcode-0.96 +LIB_BARCODE_DIR = barcode-0.98 SUBDIRS = intl po macros src doc diff --git a/glabels1/configure.in b/glabels1/configure.in index 2882c00..2139392 100644 --- a/glabels1/configure.in +++ b/glabels1/configure.in @@ -103,7 +103,7 @@ fi dnl **************************************** dnl * Configure barcode library dnl **************************************** -AC_CONFIG_SUBDIRS(barcode-0.96) +AC_CONFIG_SUBDIRS(barcode-0.98) diff --git a/glabels1/src/Makefile.am b/glabels1/src/Makefile.am index 6a3c9c3..a7034c9 100644 --- a/glabels1/src/Makefile.am +++ b/glabels1/src/Makefile.am @@ -1,4 +1,4 @@ -LIB_BARCODE_DIR = ../barcode-0.96 +LIB_BARCODE_DIR = ../barcode-0.98 SUBDIRS = pixmaps |