CVS patchset: 1972
CVS date: 1998/01/15 16:47:55
- change use of "export" to work with non-bash shells
- compress the archives. oops.
- fixed bug when there is no %setup
+ - added -L$(topdir)/popt to Makefile.inc
2.4.11 -> 2.4.99:
- added many more i18n strings
RPMNLSPACKAGE=rpm
CFLAGS = @CFLAGS@ @INCPATH@ $(WARNINGS) $(OPTS) -I$(topdir) \
-I$(topdir)/lib -I$(topdir)/misc -Wall -Wstrict-prototypes
-LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc
+LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc \
+ -L$(topdir)/popt
VERSION = 2.4.100
CC = @CC@