Skip to content

Commit 607fc3d

Browse files
author
01micko
committed
configure.ac: add AM_INIT_AUTOMAKE
This fixes installation where in po/Makefile @mkdir_p@ was not defined and caused po/*gmo translations installation failure
1 parent a146962 commit 607fc3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AC_CONFIG_SRCDIR([src])
88
AC_CONFIG_SRCDIR([po])
99
AC_CONFIG_HEADERS([config.h])
1010
AC_LANG(C)
11+
AM_INIT_AUTOMAKE
1112

1213
AC_PROG_CC
1314
AC_PROG_CPP

0 commit comments

Comments
 (0)