summaryrefslogtreecommitdiff
path: root/lib/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'lib/configure.ac')
-rw-r--r--lib/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/configure.ac b/lib/configure.ac
index cb31722..da40663 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -20,7 +20,8 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.64])
-AC_INIT([hash.cc])
+AC_INIT
+AC_CONFIG_SRCDIR([hash.cc])
AC_PROG_MAKE_SET
dnl
dnl checks for programs
@@ -42,4 +43,5 @@ CL_PROG_INSTALL
dnl
dnl That's it.
dnl
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT