components/emacs/Makefile
changeset 519 64d5e70ee0eb
parent 414 a6a8ec39f4c1
child 609 775168282b2f
equal deleted inserted replaced
518:6168fc9cded3 519:64d5e70ee0eb
    64 # Uncomment this for debugging only. It configures emacs to run from the
    64 # Uncomment this for debugging only. It configures emacs to run from the
    65 # local proto instead of from its final installed location.
    65 # local proto instead of from its final installed location.
    66 #CONFIGURE_PREFIX =	$(PROTO_DIR)/usr
    66 #CONFIGURE_PREFIX =	$(PROTO_DIR)/usr
    67 
    67 
    68 # configure options common to all variants of emacs that we want to build.
    68 # configure options common to all variants of emacs that we want to build.
    69 CONFIGURE_OPTIONS +=	CC="gcc -m64"
    69 CONFIGURE_OPTIONS +=	CC="$(CC) -m64"
    70 CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
    70 CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
    71 CONFIGURE_OPTIONS +=	--datarootdir=$(CONFIGURE_PREFIX)/share
    71 CONFIGURE_OPTIONS +=	--datarootdir=$(CONFIGURE_PREFIX)/share
    72 CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_PREFIX)/lib
    72 CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_PREFIX)/lib
    73 CONFIGURE_OPTIONS +=	--with-gif=no
    73 CONFIGURE_OPTIONS +=	--with-gif=no
    74 CONFIGURE_OPTIONS +=	ac_cv_sys_long_file_names=yes
    74 CONFIGURE_OPTIONS +=	ac_cv_sys_long_file_names=yes