diff --git a/autogen.sh b/autogen.sh index 57a4638..641473c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,22 +1,24 @@ #!/bin/sh -if aclocal -I m4 && autoheader && autoconf; then - conffile="Jamconfig.in" - - echo "#" > $conffile - echo "# Do not edit this file. Edit configure.in and *.m4 files" >> $conffile - echo "# and run './prepare'" >> $conffile - echo "#" >> $conffile - echo "" >> $conffile - +dump_config() { + cat > $1 <> $conffile + >> $1 - echo 'INSTALL_DIR ?= "@INSTALL_DIR@" ;' >> $conffile + echo 'INSTALL_DIR ?= "@INSTALL_DIR@" ;' >> $1 +} + +if aclocal -I m4 && autoheader && autoconf; then + #dump_config "Jamconfig.in" # a junk from autoheader rm -f "edeconf.h.in~" diff --git a/configure.in b/configure.in index c757e7e..1003d5a 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ m4_define([ede_version_short], [200]) m4_define([ede_version], [ede_major_version.ede_minor_version.ede_patch_version]) AC_PREREQ(2.13) -AC_INIT(edewm, ede_version, [karijes@users.sourceforge.net]) +AC_INIT(EDE, ede_version, [karijes@users.sourceforge.net]) AC_CONFIG_SRCDIR(COPYING) AC_CONFIG_HEADER(edeconf.h:edeconf.h.in) diff --git a/edeconf.h.in b/edeconf.h.in deleted file mode 100644 index bc5b9ec..0000000 --- a/edeconf.h.in +++ /dev/null @@ -1,82 +0,0 @@ -/* edeconf.h.in. Generated from configure.in by autoheader. */ - -/* Define 1 if you want native language support */ -#undef ENABLE_NLS - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_DIRENT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the header file, and it defines `DIR'. */ -#undef HAVE_NDIR_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_DIR_H - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_NDIR_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_ALSA - -/* Define to 1 if you have the header file and it defines stime() function. */ -#undef HAVE_STIME - -/* Define 1 if XWindows has Xutf extension. */ -#undef HAVE_X11_UTF_TEXT_PROP - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Default installation place. Overwrite if you like */ -#undef PREFIX - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Short version number */ -#undef VERSION - -/* Define to 1 if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING