http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50881
User: guy
Date: 2013/07/24 03:34 PM
Log:
The files in aclocal-fallback are copies of .m4 files from various
packages, providing macros that we use in our configure script in case
somebody building from SVN doesn't happen to have the package installed
and thus doesn't happen to have those macros defined.
In the case of Qt, there *isn't* such a .m4 file, so we had to create
the macro. Move it to acinclude.m4, and rename it to
AC_WIRESHARK_QT_CHECK to indicate that it's our own check.
Directory: /trunk/aclocal-fallback/
Changes Path Action
+0 -124 qt.m4 Removed
Directory: /trunk/
Changes Path Action
+0 -1 Makefile.am Modified
+125 -0 acinclude.m4 Modified
+1 -1 configure.ac Modified