projects
/
elisp
/
mixi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c0e29f
)
Use modern AC_INIT.
author
bg66
<bg66>
Fri, 21 Dec 2007 05:04:25 +0000
(
05:04
+0000)
committer
bg66
<bg66>
Fri, 21 Dec 2007 05:04:25 +0000
(
05:04
+0000)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
61a6f28
..
a6f4105
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-12-21 OHASHI Akira <bg66@koka-in.org>
+
+ * configure.ac: Use modern AC_INIT.
+
2007-11-24 OHASHI Akira <bg66@koka-in.org>
* Makefile.am (install-package): Install a info file correctly.
diff --git
a/configure.ac
b/configure.ac
index
0994fe6
..
deb12d3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,7
@@
-AC_INIT
+AC_INIT([mixi-el], [1.0.0], [bg66@koka-in.org])
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR([mixi.el])
-AM_INIT_AUTOMAKE(mixi-el, 1.0.0)
+AM_INIT_AUTOMAKE
AC_CHECK_EMACS
AC_PATH_LISPDIR