diff options
author | jbj <devnull@localhost> | 1999-01-19 23:54:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-19 23:54:30 +0000 |
commit | 903b747e028caf47d1b0f19d546b11a5c5732f00 (patch) | |
tree | c3853ea6e2f87355f2d54b3b994acec676e6d350 /misc/Makefile.am | |
parent | aeb2017fb240f1ebb469b3b98bdfd86fe896f9fe (diff) | |
download | librpm-tizen-903b747e028caf47d1b0f19d546b11a5c5732f00.tar.gz librpm-tizen-903b747e028caf47d1b0f19d546b11a5c5732f00.tar.bz2 librpm-tizen-903b747e028caf47d1b0f19d546b11a5c5732f00.zip |
Released rpm-2.90 -- version is now 2.91
Use automake 1.4 and autoconf 2.13.
CVS patchset: 2726
CVS date: 1999/01/19 23:54:30
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index ee4e60333..b590e4636 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for misc library. -AUTOMAKE_OPTIONS = 1.3 foreign +AUTOMAKE_OPTIONS = 1.4 foreign INCLUDES = -I$(top_srcdir) @INCPATH@ |