Skip to content

Commit

Permalink
Autoconf: Rename aclocal/automake input filename to silent warnings
Browse files Browse the repository at this point in the history
```
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
```

The old name seems to be deprecated, so we do as they said.

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Aug 2, 2017
1 parent f2f126d commit 7fd30ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in → configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(woeusb, @@WOEUSB_VERSION@@)
AC_INIT(woeusb, 2.1.0-5-g353d7db)
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 7fd30ee

Please sign in to comment.