]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
install the menu in $(datadir)
[chaz/openbox] / configure.ac
index 709d8ad2754e40fe10a2efef0cac56f6a3084f6f..920af39297aacc5fdc80f71f99b4dab56fadf30f 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.50])
 AC_INIT([kernel/openbox.c])
-#AC_CONFIG_HEADERS(config.h)
+# AC_CONFIG_HEADERS(config.h)
 AC_LANG([C])
 AC_ENABLE_STATIC([no])
 AC_ENABLE_SHARED([yes])
@@ -13,10 +13,8 @@ fi
 
 AM_INIT_AUTOMAKE([openbox], [2.90.0cvs])
 
-##AC_PATH_PROG([awk_cmd], [awk]) # used by swig.m4
-##test "$awk_cmd" || AC_MSG_ERROR([awk not found])
-AC_PATH_PROG([regex_cmd], [sed])
-test "$regex_cmd" || AC_MSG_ERROR([sed not found])
+AC_PATH_PROG([SED], [sed])
+test "$SED" || AC_MSG_ERROR([sed not found])
 
 AM_MAINTAINER_MODE
 # Determine build target
@@ -24,15 +22,14 @@ OB_DEBUG
 # Pick compiler specific/build target flags, and set $CVS
 OB_COMPILER_FLAGS
 
-PKG_CHECK_MODULES(GLIB, glib-2.0)
+PKG_CHECK_MODULES([GLIB], [glib-2.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
        
-PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
+PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
 AC_SUBST(GMODULE_CFLAGS)
 AC_SUBST(GMODULE_LIBS)
        
-AC_PROG_LN_S
 AC_PROG_LIBTOOL
 LIBTOOL="$LIBTOOL --silent"
 AC_PROG_INSTALL
@@ -69,8 +66,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
                data/Makefile
                data/buttons/Makefile
                themes/Makefile
-               themes/openbox/Makefile
-               ])
+               themes/openbox/Makefile])
 AC_OUTPUT
 
 AC_MSG_RESULT
This page took 0.02106 seconds and 4 git commands to generate.