Skip to content

Commit 30df7f5

Browse files
Marcos Vives Del Solsmortex
Marcos Vives Del Sol
authored andcommitted
Fix configure warnings about missing stuff
1 parent a8a605e commit 30df7f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
AC_INIT([mfcuk], [0.3.8], [[email protected]])
22

3-
AC_CONFIG_MACRO_DIR([m4])
3+
AM_INIT_AUTOMAKE
44

55
AC_PROG_CC
66

77
AC_CONFIG_HEADERS([config.h])
88

9-
AM_INIT_AUTOMAKE
10-
119
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
1210

1311
# Checks for pkg-config modules.

0 commit comments

Comments
 (0)