Changeset 164:70e3c3646283 in glemon-0.x
- Timestamp:
- 10/13/06 17:14:18 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2989
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r162 r164 79 79 $(IMAGES) \ 80 80 guipixbufs.h \ 81 glemon.spec \ 82 AUTHORS \ 83 COPYING \ 81 84 LICENSE \ 85 NEWS \ 86 README \ 82 87 ABOUT-NLS 83 88 … … 139 144 -rm -f $(MRPROPERFILES) 140 145 146 rpm: dist 147 rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz 148 141 149 .PHONY: mrproper -
configure.ac
r159 r164 1 1 dnl Process this file with autoconf to produce a configure script. 2 2 AC_PREREQ([2.59]) 3 AC_INIT([gLEMON], [svn -head], [etik-ol@cs.elte.hu], [glemon])3 AC_INIT([gLEMON], [svnhead], [etik-ol@cs.elte.hu], [glemon]) 4 4 AC_CONFIG_AUX_DIR([build-aux]) 5 5 AC_CONFIG_MACRO_DIR([m4]) … … 57 57 AC_CONFIG_FILES([ 58 58 Makefile 59 glemon.spec 59 60 po/Makefile.in 60 61 m4/Makefile
Note: See TracChangeset
for help on using the changeset viewer.