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/path_utils/configure.ac | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 common/path_utils/configure.ac (limited to 'common/path_utils/configure.ac') diff --git a/common/path_utils/configure.ac b/common/path_utils/configure.ac deleted file mode 100644 index f8b850f48..000000000 --- a/common/path_utils/configure.ac +++ /dev/null @@ -1,27 +0,0 @@ -AC_INIT([path_utils], [0.2.0], [jdennis@redhat.com]) -AC_CONFIG_SRCDIR([path_utils.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]) - -PKG_CHECK_MODULES([CHECK], [check >= 0.9.5], [have_check=1], [have_check=]) -if test x$have_check = x; then - AC_MSG_WARN([Without the 'CHECK' libraries, you will be unable to run all tests in the 'make check' suite]) -fi -AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x]) - -m4_pattern_allow([AM_SILENT_RULES]) -AM_SILENT_RULES - -AC_CONFIG_HEADERS([config.h]) - -AC_PATH_PROG([DOXYGEN], [doxygen], [false]) -AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ]) - -AC_CONFIG_FILES([Makefile path_utils.cfg.doxy path_utils.pc]) -AC_OUTPUT -- cgit