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:
Alex Burger 2001-09-08 20:30:41 +00:00 committed by alex_b
parent 8caf2d292d
commit fb5df143d0
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,3 @@
EXTRA_DIST = BUGS acconfig.h autogen.sh clean.sh
SUBDIRS = intl po src announce debian
SUBDIRS = intl po src debian

View File

@ -1,3 +1,4 @@
libtoolize
aclocal
autoheader
automake -a

View File

@ -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])

View File

@ -1,3 +1,8 @@
gnuconfig.h
Makefile
Makefile.in
stamp-h.in
stamp-h
.libs
.deps
xqf