From ad42d90b7e23978b62e36d6885d5fea0a105d6d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 13 Aug 2010 14:51:16 -0400 Subject: Remove common directory All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git --- common/dhash/configure.ac | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 common/dhash/configure.ac (limited to 'common/dhash/configure.ac') diff --git a/common/dhash/configure.ac b/common/dhash/configure.ac deleted file mode 100644 index bf06cfc5..00000000 --- a/common/dhash/configure.ac +++ /dev/null @@ -1,31 +0,0 @@ -AC_INIT([dhash], [0.4.0], [jdennis@redhat.com]) -AC_CONFIG_SRCDIR([dhash.c]) -AC_CONFIG_AUX_DIR([build]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -AC_PROG_CC -AC_PROG_LIBTOOL -AC_CONFIG_MACRO_DIR([m4]) -AC_PROG_INSTALL - -AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes]) - -m4_pattern_allow([AM_SILENT_RULES]) -AM_SILENT_RULES - -AC_CONFIG_HEADERS([config.h]) - -# Enable trace build -AC_ARG_ENABLE([trace], - [AS_HELP_STRING([--enable-trace[=LEVEL]],[build with low level tracing enabled])], - [trace_level="$enableval"], - [trace_level="0"]) -AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TRACE_VAR],["-DTRACE_LEVEL=$trace_level"])]) - -#Support old versions of autotools that don't provide docdir -AC_SUBST([docdir]) -if test x$docdir = x; then - AC_SUBST([docdir], ${datadir}/doc/AC_PACKAGE_NAME) -fi - -AC_CONFIG_FILES([Makefile dhash.pc]) -AC_OUTPUT -- cgit