The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / aclocal-flags @ master

History | View | Annotate | Download (5.06 KB)

# Date Author Comment
757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

95785b91 08/12/2013 01:16 PM Guy Harris

Use "command -v", required by recent POSIX, rather than "which"; I seem
to remember this being suggested relatively recently on some mailing list
(either one of the Wireshark lists or tcpdump-workers, I think).

Handle systems where /usr/X11R6/bin is a symlink to /usr/bin and where...

8e10fa73 09/15/2012 09:49 PM Guy Harris

Work around Solaris 11's pkg-config being in /usr/ccs/bin but its
aclocal directory apparently being in /usr/share/aclocal rather than the
non-existent /usr/ccs/share/aclocal. (/usr/ccs is sort of an extension
of /usr for developers; I'm not sure why they stuck the pkg-config stuff...

c1b3e350 04/13/2011 10:49 PM Guy Harris

Check for pkg-config's path as well, just in case it's installed
somewhere other than GLib (or if GLib isn't installed at all; that
configure script will fail in that case, but that's better than failing
because PKG_CHECK_MODULES wasn't defined, as that's a confusing failure...

089ee86f 06/28/2009 01:23 PM Guy Harris

We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
gtk-config; use it instead.

svn path=/trunk/; revision=28876

79eb0cfb 08/02/2005 03:03 AM Jörg Mayer

Make aclocal-flags executable again (hopefully fixes buildbot fc4)

svn path=/trunk/; revision=15187

9f4c7744 08/02/2005 01:46 AM Jörg Mayer

Remove svn:executable
Add svn:eol-style native
Add svn:keywords Id

svn path=/trunk/; revision=15180

8a8b8834 07/17/2004 08:24 PM Guy Harris

Set the svn:eol-style property on all text files to "native", so that
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...

146659be 07/03/2004 05:35 PM Michael Tüxen

Suppress warning in case of gtk-config is not installed.

svn path=/trunk/; revision=11301

0ae44ada 03/04/2004 03:25 AM Jörg Mayer

Hackremoval:
Automake newer than 1.4 survives if it finds more than one file for the
same package.

svn path=/trunk/; revision=10298

1caa0319 01/22/2003 10:58 AM Gerald Combs

Put a "-I" before "$gtk_aclocal_dir".

svn path=/trunk/; revision=6977

a4280bad 01/21/2003 09:14 PM Guy Harris

"echo -n" isn't portable, and neither is sticking "\c" at the end of the
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...

4c50ff90 01/21/2003 07:19 PM Jörg Mayer

aclocal-flags, autogen.sh:
- Fix handling of aclocal include flags for aclocal-include

autogen.sh:
- Name version variables individually
- Disable configure at end of autogen.sh

svn path=/trunk/; revision=6965

b208c33e 03/06/2002 01:36 AM Jun-ichiro itojun Hagino

1.3 was committed by mistake

svn path=/trunk/; revision=4886

0ee49278 03/06/2002 01:33 AM Jun-ichiro itojun Hagino

VRRPv3 (for IPv6) support, by

svn path=/trunk/; revision=4885

038774d5 11/21/2000 11:03 PM Gilbert Ramirez

Enable the building of any combination of ethereal, tethereal, and editcap.
If GTK+ is not detected, then ethereal is not built.

svn path=/trunk/; revision=2695

ec9f9cb6 07/26/2000 04:03 AM Guy Harris

Add a script, "aclocal-flags", which figures out where

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....