diff options
author | jbj <devnull@localhost> | 2000-02-27 23:40:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-27 23:40:36 +0000 |
commit | a217056e70d56a4eb666bda599d89ba2a4e0a014 (patch) | |
tree | 1a1578eae41837852321ce24f1f71c5125396d7e /aclocal.m4 | |
parent | 2fdcb4810f0edef7fbb11eb60e7c7336982419c6 (diff) | |
download | librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.tar.gz librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.tar.bz2 librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.zip |
Permit building w/o libbz2.a.
In popt, check for building within the rpm tree before requiring GNU gettext.
CVS patchset: 3595
CVS date: 2000/02/27 23:40:36
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index d59e8cb18..56e7a82fe 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4a +dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -21,8 +21,6 @@ dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN(AM_INIT_AUTOMAKE, [AC_REQUIRE([AC_PROG_INSTALL]) -dnl We require 2.13 because we rely on SHELL being computed by configure. -AC_PREREQ([2.13]) PACKAGE=[$1] AC_SUBST(PACKAGE) VERSION=[$2] |