From 979dfe500f5773e1fe925e46135045125075b440 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Tue, 18 Jun 2002 01:50:15 +0000 Subject: [PATCH] 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 --- glabels1/AUTHORS | 2 +- glabels1/Makefile.am | 2 +- glabels1/configure.in | 2 +- glabels1/src/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glabels1/AUTHORS b/glabels1/AUTHORS index 385defcd..da36bb97 100644 --- a/glabels1/AUTHORS +++ b/glabels1/AUTHORS @@ -11,7 +11,7 @@ screen new in 0.4.3. Alessandro Rubini -- 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 -- French translations Marcus Bauer -- German translations diff --git a/glabels1/Makefile.am b/glabels1/Makefile.am index 832a65d1..1d991502 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 2882c00e..21393929 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 6a3c9c36..a7034c9e 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 -- 2.39.5