updated to version 1.2.1
authorewt <devnull@localhost>
Thu, 29 Oct 1998 22:54:31 +0000 (22:54 +0000)
committerewt <devnull@localhost>
Thu, 29 Oct 1998 22:54:31 +0000 (22:54 +0000)
CVS patchset: 2511
CVS date: 1998/10/29 22:54:31

popt/configure.in
popt/po/Makefile.in
popt/popt.spec

index 0b0d0a8..8c1633f 100755 (executable)
@@ -1,5 +1,5 @@
 AC_INIT(popt.h)
-AM_INIT_AUTOMAKE(popt, 1.2)
+AM_INIT_AUTOMAKE(popt, 1.2.1)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
index 2f041d3..75ece20 100644 (file)
@@ -1,8 +1,10 @@
 # Generated automatically from Makefile.in.in by configure.
+prefix=/usr
 srcdir = .
+datadir = ${prefix}/share
 top_srcdir = ..
 
-INSTALL= /usr/bin/install -c
+INSTALL= /usr/bin/ginstall -c
 INSTALL_PROGRAM= ${INSTALL}
 INSTALL_DATA= ${INSTALL} -m 644
 CC = gcc
index adfea95..718e75c 100644 (file)
@@ -1,6 +1,6 @@
 Summary: C library for parsing command line parameters
 Name: popt
-Version: 1.2
+Version: 1.2.1
 Release: 1
 Copyright: LGPL
 Group: Libraries