* Makefile.am (EXTRA_DIST): Add avrdude.spec and make entries one per

line so future patches are obvious as to what changed.
* avrdude.spec.in: New file to support creation of binaries in rpm format.
* configure.ac (AC_OUTPUT): Add avrdude.spec.
	Reorder so that Makefile is the last entry.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@240 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth
2003-02-27 06:56:03 +00:00
parent ecd623836b
commit 2838aa472e
3 changed files with 58 additions and 2 deletions

View File

@@ -113,7 +113,8 @@ AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
AC_CONFIG_FILES([
windows/Makefile
Makefile
avrdude.spec
avrdude.conf
Makefile
])
AC_OUTPUT