Changeset 11836
- Timestamp:
- Feb 15, 2007, 1:16:19 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/Makefile.am
r11576 r11836 30 30 31 31 ACLOCAL_AMFLAGS = -I m4 32 33 # From the autoconf manual, section 4.7.2 "Installation Directory Variables" 34 edit = sed \ 35 -e 's|@datadir[@]|$(datadir)|g' \ 36 -e 's|@prefix[@]|$(prefix)|g' \ 37 -e 's|@IPP_CONFIG_DIR[@]|$(IPP_CONFIG_DIR)|g' 38 39 ipprc.config dvo.site: Makefile 40 rm -f $@ 41 $(edit) '$(srcdir)/$@.in' > $@ 42 43 ipprc.config: $(srcdir)/ipprc.config.in 44 dvo.site: $(srcdir)/dvo.site.in -
trunk/ippconfig/configure.ac
r11611 r11836 19 19 megacam/Makefile 20 20 simple/Makefile 21 ipprc.config22 dvo.site23 21 ]) 24 22 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
