Skip to content

Commit d73361c

Browse files
committed
Check in file missing from earlier commit 3cdbaee
1 parent b8ed76c commit d73361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ VERSION_BASE=`echo $PACKAGE_VERSION | sed 's,\([[0-9]]*.[[0-9]]*\).*,\1,g'`
5050
AC_SUBST([VERSION_BASE])
5151
AC_DEFINE_UNQUOTED([VERSION_BASE], ["$VERSION_BASE"], [Base version number of package.])
5252
AC_CONFIG_AUX_DIR([unix/config])
53-
AC_CONFIG_HEADERS([config.h])
53+
AC_CONFIG_HEADERS([unix/config.h])
5454
AC_CONFIG_SRCDIR([unix/disp_text.cpp])
5555

5656
# Additional autoconf macros.

0 commit comments

Comments
 (0)