Mark package as foreign to automake
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 5 Jan 2018 10:12:06 +0000 (11:12 +0100)
committerRichard 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

index 5cb6c2c..b63977f 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(ioport,1.2)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 AC_PROG_CC
 AM_PROG_CC_C_O