aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1262460..7f1ee3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,15 +17,16 @@ dnl with this program. If not, see <http://www.gnu.org/licenses/>. */
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(gamma, 1.1, [gray@gnu.org.ua])
AC_CONFIG_SRCDIR(src/guile-sql.h)
-AC_CONFIG_AUX_DIR([scripts])
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([gnu 1.8])
AC_CONFIG_HEADERS([config.h])
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_INSTALL

Return to:

Send suggestions and report system problems to the System administrator.