summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-11-24 23:49:18 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-11-24 23:49:18 +0000
commitbf9f3bac95bfccbc765f09f5b372197184cce8d7 (patch)
tree35677fd10e5e69d48dfdc7c43d850cbee1cfd781 /configure.ac
parent6a1c3d418a94bd98ef47e6bedb15c85a31398d6f (diff)
* : Add autogen.sh products.
* configure.ac : Use AC_CONFIG_AUX_DIR to put autoconf products in ./auotconf. * autogen.sh : Use --copy to avoid symlinks, remove error redirection, run aclocal before libtoolize. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@180 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b3835d0e2..5fb7c92de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,11 @@
AC_INIT
+AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(spl, 0.3.4)
AC_CONFIG_HEADERS([spl_config.h])
+AM_MAINTAINER_MODE
AC_PROG_INSTALL
AC_PROG_CC