projects
/
m6w6
/
btr
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4723d8f
)
fix SRCDIR
author
Michael Wallner
<mike@php.net>
Fri, 10 Jan 2014 12:10:34 +0000
(13:10 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 10 Jan 2014 12:10:34 +0000
(13:10 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c32cabc79c2d3b950909b20bd9f59f87c84e4547..0e51c879bdfeceb76f0604e8d6436b5fd3098fea 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_INIT([btr], [1.0.0], [mike@php.net])
-AC_CONFIG_SRCDIR([
lib
/btr/btr.sh])
+AC_CONFIG_SRCDIR([
share
/btr/btr.sh])
AM_INIT_AUTOMAKE([foreign])
AM_SILENT_RULES([yes])
AC_CONFIG_FILES([Makefile])