ok- fix this back so it works again!

SVN revision: 5848
This commit is contained in:
Carsten Haitzler 2002-01-20 06:02:14 +00:00
parent 2d66390657
commit 1afbdb13ef
1 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([configure.in])
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=17
@ -246,7 +245,7 @@ AC_PATH_PROG(JADE, jade)
AM_CONDITIONAL(HAVE_JADE, test "x$JADE" != "x" && test -d "$DB_STYLESHEETS")
AC_CONFIG_FILES([
AC_OUTPUT([
Makefile
src/Makefile
lib/Makefile
@ -258,9 +257,6 @@ doc/Makefile
doc/kernel-doc
doc/html-customizations.dsl
data/scripts/build_iconbar_db.sh
])
AC_CONFIG_COMMANDS([default],[[
], [
chmod +x doc/kernel-doc
]],[[]])
AC_OUTPUT
])