diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-08-23 11:11:24 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-08-23 11:11:24 +0000 |
commit | fcb0307faeb43398636ba0821ccf0dc534e5d82c (patch) | |
tree | 57353896910ebc8e8956a1f3758d490462a919df /README.irix | |
parent | b43901043a23656885b596c548d43b7da29fbd1e (diff) | |
download | wireshark-fcb0307faeb43398636ba0821ccf0dc534e5d82c.tar.gz wireshark-fcb0307faeb43398636ba0821ccf0dc534e5d82c.tar.bz2 wireshark-fcb0307faeb43398636ba0821ccf0dc534e5d82c.zip |
The name configure.in has been deprecated for many years.
Use configure.ac instead.
svn path=/trunk/; revision=44630
Diffstat (limited to 'README.irix')
-rw-r--r-- | README.irix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.irix b/README.irix index e21b4512e4..8b3b455aa5 100644 --- a/README.irix +++ b/README.irix @@ -36,7 +36,7 @@ PROBLEM #1 BETTER SOLUTION: Modify configure to support RPATH for more platforms than Solaris. -[NOTE: configure is generated from configure.in and acinclude.m4, and +[NOTE: configure is generated from configure.ac and acinclude.m4, and all the linking stuff is done by libtool. We don't recommend the LD_LIBRARY_PATH hack - perhaps we did so in the past, but we don't do so now.] |