Changeset d46d3c in git for gfanlib


Ignore:
Timestamp:
Jan 8, 2014, 11:59:18 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
a821d149b494cb7005a11357ee001ae657e735ff
Parents:
2be649eab44c670d3261f02f9d076dcfe2aeca81
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 11:59:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:29+01:00
Message:
Better config.h for gfanlib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    r2be649e rd46d3c  
    66AC_CONFIG_MACRO_DIR([../m4])
    77AC_CONFIG_SRCDIR([gfanlib.h])
    8 #AC_CONFIG_HEADERS([config.h])
     8AC_CONFIG_HEADER([config.h])
    99
    1010AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1111m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
    1212m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
     13
     14# Add pre'prefixed config
     15AX_PREFIX_CONFIG_H([config.h],[],[config.h])
     16
    1317AM_MAINTAINER_MODE([enable])
    14 
    1518
    1619SING_RESET_FLAGS()
     
    4649
    4750AC_CONFIG_FILES([Makefile])
    48 AC_CONFIG_HEADERS([config.h])
     51## AC_CONFIG_HEADERS([config.h])
    4952AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.