autogen.sh fixes by Ludwig Nusell
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@61 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
8caf2d292d
commit
fb5df143d0
@ -1,3 +1,3 @@
|
||||
EXTRA_DIST = BUGS acconfig.h autogen.sh clean.sh
|
||||
|
||||
SUBDIRS = intl po src announce debian
|
||||
SUBDIRS = intl po src debian
|
||||
|
@ -1,3 +1,4 @@
|
||||
libtoolize
|
||||
aclocal
|
||||
autoheader
|
||||
automake -a
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
AC_INIT(src/xqf.c)
|
||||
|
||||
AM_INIT_AUTOMAKE(xqf, 0.9.6g-2408)
|
||||
AM_INIT_AUTOMAKE(xqf, 0.9.6g)
|
||||
dnl AM_CONFIG_HEADER(src/gnuconfig.h:src/gnuconfig.h.in)
|
||||
AM_CONFIG_HEADER(src/gnuconfig.h)
|
||||
|
||||
@ -112,5 +112,5 @@ if test "$USE_INCLUDED_LIBINTL" = "yes"; then
|
||||
fi
|
||||
|
||||
AC_OUTPUT([Makefile intl/Makefile po/Makefile.in \
|
||||
src/Makefile src/xpm/Makefile announce/Makefile \
|
||||
src/Makefile src/xpm/Makefile \
|
||||
debian/Makefile])
|
||||
|
@ -1,3 +1,8 @@
|
||||
gnuconfig.h
|
||||
Makefile
|
||||
Makefile.in
|
||||
stamp-h.in
|
||||
stamp-h
|
||||
.libs
|
||||
.deps
|
||||
xqf
|
||||
|
Loading…
x
Reference in New Issue
Block a user