aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-24 22:34:44 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-24 22:34:44 +0000
commitf317c7821d7325d977e70c81c756be8c7e0b8486 (patch)
tree5daa69064940bd80c046f24bfb1825725e817616 /Makefile.am
parent9c5b6c76a621478d6f3715a8a7e4d34f7ee9e4f2 (diff)
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. svn path=/trunk/; revision=50881
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 99dc479e9e..d18ce207b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -661,7 +661,6 @@ EXTRA_DIST = \
aclocal-fallback/glib-2.0.m4 \
aclocal-fallback/gtk-2.0.m4 \
aclocal-fallback/gtk-3.0.m4 \
- aclocal-fallback/qt.m4 \
aclocal-flags \
adns_dll.dep \
adns_dll.rc \