Changeset 7f2454a in git


Ignore:
Timestamp:
Feb 16, 2011, 3:55:18 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0cf29ee32038f8d901f290b7fcd031648f9dd8f9
Parents:
af8c79e316e617d102755c9e4c24252fd4a518af
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-02-16 15:55:18+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:29+01:00
Message:
migrated resources to automake
Location:
libpolys/resources
Files:
5 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/resources/configure.ac

    raf8c79 r7f2454a  
    44AC_PREREQ([2.65])
    55AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
     6AM_INIT_AUTOMAKE
    67AC_CONFIG_SRCDIR([feFopen.h])
    78AC_CONFIG_HEADERS([config.h])
     
    1213AC_PROG_LN_S
    1314AC_PROG_INSTALL
     15AC_PROG_RANLIB
    1416
    1517# Checks for libraries.
     
    3133AC_SUBST(SINGUNAME)
    3234
     35
    3336AC_CONFIG_FILES([Makefile])
    3437AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.