diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-21 14:33:25 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-22 14:48:28 -0400 |
| commit | 43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3 (patch) | |
| tree | 6b5f236c9960863645603ae1321e8c2da2248d27 /refarray/configure.ac | |
| parent | 67c9f9b4a1db45159e710c152deb3d12319bea35 (diff) | |
| download | ding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.gz ding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.xz ding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.zip | |
Build all of the ding-libs from the rootding_libs-0_1_0
This changes our approach from having independent tarballs to
having a single, monolithic tarball for all of the libraries
Diffstat (limited to 'refarray/configure.ac')
| -rw-r--r-- | refarray/configure.ac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/refarray/configure.ac b/refarray/configure.ac deleted file mode 100644 index fcc6116..0000000 --- a/refarray/configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -AC_INIT([libref_array], - 0.1.1, - [sssd-devel@lists.fedorahosted.org]) -AC_CONFIG_SRCDIR([ref_array.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"])]) - -AC_PATH_PROG([DOXYGEN], [doxygen], [false]) -AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ]) - -AC_CONFIG_FILES([Makefile ref_array.cfg.doxy ref_array.pc contrib/libref_array.spec]) - -AC_OUTPUT |
