diff options
author | jbj <devnull@localhost> | 2004-02-15 20:54:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-02-15 20:54:19 +0000 |
commit | c37ae1046b5b1761294b5b378bc332a9910074a5 (patch) | |
tree | bc184a8f88eea0e38874cc132812cb120705fba4 /autogen.sh | |
parent | 26f46dd3893c0b933911a0e28596dd9d3ea28d14 (diff) | |
download | librpm-tizen-c37ae1046b5b1761294b5b378bc332a9910074a5.tar.gz librpm-tizen-c37ae1046b5b1761294b5b378bc332a9910074a5.tar.bz2 librpm-tizen-c37ae1046b5b1761294b5b378bc332a9910074a5.zip |
- fix: set fcontext from pkg when file_contexts doesn't exist (#114040).
CVS patchset: 7088
CVS date: 2004/02/15 20:54:19
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 669e3f53f..ec524ac31 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,12 +3,12 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5" +LTV="libtoolize (GNU libtool) 1.5.2" ACV="autoconf (GNU Autoconf) 2.59" AMV="automake (GNU automake) 1.8.2" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5 + libtool-1.5.2 autoconf-2.59 automake-1.8.2 Simply edit this script to change the libtool/autoconf/automake versions |