IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2005, 3:37:54 PM (21 years ago)
Author:
jhoblitt
Message:

rename lib_name -> pkg_name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r3860 r3908  
    33AC_PREREQ(2.59)
    44
    5 AC_INIT([[% lib_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu])
    6 AC_CONFIG_SRCDIR([[% lib_name %].pc.in])
     5AC_INIT([[% pkg_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu])
     6AC_CONFIG_SRCDIR([[% pkg_name %].pc.in])
    77
    88AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
     
    1818
    1919dnl is this the best was to setup recursive CFLAGS?
    20 [% lib_name %]_CFLAGS="-Wall -pedantic -std=c99"
    21 AC_SUBST([[% lib_name %]_CFLAGS])
     20[% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99"
     21AC_SUBST([[% pkg_name %]_CFLAGS])
    2222
    23 AC_CONFIG_FILES([% lib_name %].pc Makefile src/Makefile)
     23AC_CONFIG_FILES([% pkg_name %].pc Makefile src/Makefile)
    2424AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.