Done some changes to configure.ac

This commit is contained in:
Mario Danic 2007-08-10 20:37:25 +00:00
parent a28e699d9b
commit a4e0041128
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisofs], [0.2.4], [http://libburnia.pykix.org]) AC_INIT([libisofs], [0.2.9], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])
@ -112,6 +112,6 @@ AC_CONFIG_FILES([
Makefile Makefile
doc/doxygen.conf doc/doxygen.conf
version.h version.h
libisofs-1.pc libisofs-5.pc
]) ])
AC_OUTPUT AC_OUTPUT