Removed dummy GNU function declarations.
[vlp.git] / configure.ac
index 733381fea2ec606a5ce64029f57e9ed113c232dd..e7397f6ff7f8daec5563b97ea0385d3bbacf56a8 100644 (file)
@@ -12,24 +12,24 @@ AC_CONFIG_FILES([Makefile])
 #  libqt3-mt-dev:i386
 # qt3-dev-tools:i386
 PKG_CHECK_MODULES([bin_loggraph], [qt-mt < 4.0])
-PKG_CHECK_MODULES([bin_lognet], [qt-mt < 4.0])
-PKG_CHECK_MODULES([bin_logker], [qt-mt < 4.0])
-#PKG_CHECK_MODULES([int_logint], [qt-mt < 4.0])
+PKG_CHECK_MODULES([bin_lognet], [qt-mt < 4.0 libconfig])
+PKG_CHECK_MODULES([bin_logker], [qt-mt < 4.0 libconfig])
+#PKG_CHECK_MODULES([bin_logint], [qt-mt < 4.0])
 PKG_CHECK_MODULES([bin_logedit], [qt-mt < 4.0])
-PKG_CHECK_MODULES([bin_lgconfig], [qt-mt < 4.0])
+PKG_CHECK_MODULES([bin_lgconfig], [qt-mt < 4.0 libconfig])
 PKG_CHECK_MODULES([bin_logcomp], [qt-mt < 4.0])
 PKG_CHECK_MODULES([bin_loghelp], [qt-mt < 4.0])
 
 # Get Qt3 library and include locations
 AC_ARG_WITH([moc-compiler-name],
-  [AS_HELP_STRING([--with-moc-compiler-name],
+  [AS_HELP_STRING([--with-moc-compiler-name=NAME],
     [filename of MOC compiler, defaults to: moc])],
   [MOCNAME="$withval"],
   [MOCNAME='moc'])
 AC_SUBST([MOCNAME])
 
 AC_ARG_WITH([moc-compiler-dir],
-  [AS_HELP_STRING([--with-moc-compiler-dir],
+  [AS_HELP_STRING([--with-moc-compiler-dir=DIR],
     [location of MOC compiler, defaults to: /usr/bin])],
   [MOCDIR="$withval"],
   [MOCDIR='/usr/bin'])