mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
10 lines
317 B
Text
10 lines
317 B
Text
--- configure.ac.orig 2011-01-08 20:58:04 UTC
|
|
+++ configure.ac
|
|
@@ -5,6 +5,7 @@ AC_PREREQ(2.59)
|
|
AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org])
|
|
AC_CONFIG_SRCDIR([lib/common/Box.h])
|
|
AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
|
|
+AC_CONFIG_MACRO_DIR([infrastructure/m4])
|
|
|
|
touch install-sh
|
|
AC_CANONICAL_SYSTEM
|