git://lisas.de
/
aseqjoy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a12ff
)
Update to new automake invocation syntax
master
v0.0.2
author
Alexander Koenig
<alex@lisas.de>
Sat, 7 May 2016 08:47:25 +0000
(10:47 +0200)
committer
Alexander Koenig
<alex@lisas.de>
Sat, 7 May 2016 08:47:25 +0000
(10:47 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 952fc4c02df9ea8fe0526d2aca385a877950de9a..98bc75a7df46edec5b162450d66d59f2186abeb4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,6
+1,7
@@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(aseqjoy.c)
-AM_INIT_AUTOMAKE(aseqjoy, 0.0.2)
+AC_INIT([aseqjoy], 0.0.2)
+AC_CONFIG_SRCDIR([aseqjoy.c])
+AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.