diff options
author | jbj <devnull@localhost> | 2001-08-04 16:18:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-08-04 16:18:58 +0000 |
commit | 682c9534adb618becfa7565a4f45eea5e8f2bb2a (patch) | |
tree | 624c4cf0c9e83c17d1631c3d86bce052f7191584 /python | |
parent | dce5aa0ebd1a784ad8db04e07c7c2347e450160e (diff) | |
download | librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.tar.gz librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.tar.bz2 librpm-tizen-682c9534adb618becfa7565a4f45eea5e8f2bb2a.zip |
- fix: autoconf glob tests (#50845).
CVS patchset: 5003
CVS date: 2001/08/04 16:18:58
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 4c376d56c..6ce456f93 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. |