git.annexia.org
/
ioport.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d5d68
)
Mark package as foreign to automake
author
Lubomir Rintel
<lkundrak@v3.sk>
Fri, 5 Jan 2018 10:12:06 +0000
(11:12 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Jan 2018 10:41:16 +0000
(10:41 +0000)
Avoid complaints about missing AUTHORS, ChangeLog, etc.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5cb6c2c
..
b63977f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_INIT(ioport,1.2)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE
([foreign])
AC_PROG_CC
AM_PROG_CC_C_O