aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-flags
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-03Suppress warning in case of gtk-config is not installed.tuexen1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11301 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-04Hackremoval:jmayer1-2/+2
Automake newer than 1.4 survives if it finds more than one file for the same package. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10298 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-22Put a "-I" before "$gtk_aclocal_dir".gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6977 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-22"echo -n" isn't portable, and neither is sticking "\c" at the end of theguy1-3/+3
string to be echoed; use "tr" to delete new lines and, while we're at it, also delete carriage returns (just in case this is being run under Cygwin or something such as that, and it produces lines ending with CR-LF). Don't use character classes - I seem to remember that some versions of "tr" require you to put the classes in square brackets and some other versions don't work if you put them in square brackets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6973 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-22aclocal-flags, autogen.sh:jmayer1-2/+6
- Fix handling of aclocal include flags for aclocal-include autogen.sh: - Name version variables individually - Disable configure at end of autogen.sh git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6965 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-061.3 was committed by mistakeitojun1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4886 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-06VRRPv3 (for IPv6) support, by sumikawa@kame.netitojun1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4885 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-22Enable the building of any combination of ethereal, tethereal, and editcap.gram1-2/+9
If GTK+ is not detected, then ethereal is not built. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2695 f5534014-38df-0310-8fa8-9805f1628bb7
2000-07-26Add a script, "aclocal-flags", which figures out whereguy1-0/+49
1) aclocal expects autoconf/automake macros to be hidden; 2) GTK+ hid its autoconf/automake macros; and, if both places exist but aren't the same directory, returns a "-I" flag to tell aclocal to look in GTK+'s directory. Then have "autogen.sh", and Makefiles in directories with "acinclude.m4" files, use that script and pass what flag it supplies, if any, to aclocal. This should, I hope, avoid problems such as those FreeBSD systems where GTK+ was installed from a port or package (and thus stuck its macros in "/usr/X11R6/share/aclocal") but aclocal doesn't look there. (It doesn't solve the problem of somebody downloading and installing, say, libtool from source - which means it probably shows up under "/usr/local", with its macros in "/usr/local/share/aclocal" - on a system that comes with aclocal (meaning it probably just looks in "/usr/share/aclocal", but that may be best fixed by, whenever you download a source tarball for something that's part of your OS, configuring it to install in the standard system directories and *overwriting* your OS's version.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2165 f5534014-38df-0310-8fa8-9805f1628bb7