diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-07-31 23:01:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-07-31 23:01:28 +0000 |
commit | 0a85d87f038a4dbf1453f5857f0c833f99a46220 (patch) | |
tree | 69d091b066c0e77c577ee0a3973f1a99f84f0726 /newlib/libc/iconv/ccs | |
parent | cc023a755710e51e4b25d139bcb279fefef34860 (diff) | |
download | cygnal-0a85d87f038a4dbf1453f5857f0c833f99a46220.tar.gz cygnal-0a85d87f038a4dbf1453f5857f0c833f99a46220.tar.bz2 cygnal-0a85d87f038a4dbf1453f5857f0c833f99a46220.zip |
2006-07-31 Jeff Johnston <jjohnstn@redhat.com>
* acinclude.m4: Check for readelf tool.
* configure.in: Use ${READELF} instead of hard-coding.
* Regenerate all aclocal.m4, Makefile.in, and configure files.
Diffstat (limited to 'newlib/libc/iconv/ccs')
-rw-r--r-- | newlib/libc/iconv/ccs/Makefile.in | 2 | ||||
-rw-r--r-- | newlib/libc/iconv/ccs/binary/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Makefile.in index 559dd5a2f..eb3b6989b 100644 --- a/newlib/libc/iconv/ccs/Makefile.in +++ b/newlib/libc/iconv/ccs/Makefile.in @@ -210,6 +210,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ +READELF = @READELF@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -220,6 +221,7 @@ ac_ct_AR = @ac_ct_AR@ ac_ct_AS = @ac_ct_AS@ ac_ct_CC = @ac_ct_CC@ ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_READELF = @ac_ct_READELF@ ac_ct_STRIP = @ac_ct_STRIP@ aext = @aext@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/ccs/binary/Makefile.in index 9a4678c04..7f9b67455 100644 --- a/newlib/libc/iconv/ccs/binary/Makefile.in +++ b/newlib/libc/iconv/ccs/binary/Makefile.in @@ -141,6 +141,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ +READELF = @READELF@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -151,6 +152,7 @@ ac_ct_AR = @ac_ct_AR@ ac_ct_AS = @ac_ct_AS@ ac_ct_CC = @ac_ct_CC@ ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_READELF = @ac_ct_READELF@ ac_ct_STRIP = @ac_ct_STRIP@ aext = @aext@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |