COIN-OR::LEMON - Graph Library

Changeset 164:70e3c3646283 in glemon-0.x


Ignore:
Timestamp:
10/13/06 17:14:18 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2989
Message:
  • Add missing repository files (AUTHORS COPYING NEWS README). They need to be filled with info.
  • RPM support
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r162 r164  
    7979        $(IMAGES) \
    8080        guipixbufs.h \
     81        glemon.spec \
     82        AUTHORS \
     83        COPYING \
    8184        LICENSE \
     85        NEWS \
     86        README \
    8287        ABOUT-NLS
    8388
     
    139144        -rm -f $(MRPROPERFILES)
    140145
     146rpm: dist
     147        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
     148
    141149.PHONY: mrproper
  • configure.ac

    r159 r164  
    11dnl Process this file with autoconf to produce a configure script.
    22AC_PREREQ([2.59])
    3 AC_INIT([gLEMON], [svn-head], [etik-ol@cs.elte.hu], [glemon])
     3AC_INIT([gLEMON], [svnhead], [etik-ol@cs.elte.hu], [glemon])
    44AC_CONFIG_AUX_DIR([build-aux])
    55AC_CONFIG_MACRO_DIR([m4])
     
    5757AC_CONFIG_FILES([
    5858Makefile
     59glemon.spec
    5960po/Makefile.in
    6061m4/Makefile
Note: See TracChangeset for help on using the changeset viewer.