~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
ACLOCAL_AMFLAGS = -I m4
17
 
 
18
16
# Process this file with automake to create Makefile.in
19
17
if BUILD_GETTEXT
20
18
  po=po
39
37
install-data-local:
40
38
        $(mkinstalldirs) $(DESTDIR)$(localstatedir) 
41
39
        @if test `id -u` = 0 ; then \
42
 
                groupadd $(DRIZZLED_USER) ;\
43
 
                useradd -g $(DRIZZLED_USER) $(DRIZZLED_USER) ;\
44
 
                chown $(DRIZZLED_USER) $(DESTDIR)$(localstatedir) ;\
 
40
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
45
41
        fi
46
42
 
47
43
distclean-local: