Displaying 10 results from an estimated 10 matches for "ac_disable_static".
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
....org drivers
config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'
config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros
config: remove unrequired AC_HEADER_STDC
config: Utilize util-macros 1.8 for additional man page support
config: Use LT_INIT option instead of AC_DISABLE_STATIC
config: Add comments for main statements
config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV
config: remove unused sdkdir=$(pkg-config...) statement
config: Set automake options consistently in one location
config: Complete bug report URL for Xorg DDX nouveau driver
config...
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
...ettes and help pages
make[1]: Entering directory 'R-4.3.2'
configure.ac:278: error: possibly undefined macro: AM_CONDITIONAL
????? If this token and others are legitimate, please use m4_pattern_allow.
????? See the Autoconf documentation.
configure.ac:870: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:2226: error: possibly undefined macro: AM_LANGINFO_CODESET
configure.ac:2876: error: possibly undefined macro: AM_NLS
configure.ac:2880: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.ac:2881: error: possibly undefined macro: AM_GNU_GETTEXT
make[1]: *** [Makefile:49:...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote:
>
>>
>> ./configure --enable-maintainer-mode ...
Two things here
- possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure)
- don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2015 Nov 26
0
compile question
...od configure (yet).
root at x072:[/data/prj/cran/R-devel]autoconf
configure.ac:254: error: possibly undefined macro: AM_CONDITIONAL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:727: error: possibly undefined macro: AC_CHECK_LIBM
configure.ac:1982: error: possibly undefined macro: AM_LANGINFO_CODESET
configure.ac:2639: error: possibly undefined macro: AM_NLS
configure.ac:2643: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.ac:2644: error: po...
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
...onfig: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'
config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros
config: remove unrequired AC_HEADER_STDC
config: Utilize util-macros 1.8 for additional man page support
config: Use LT_INIT option instead of AC_DISABLE_STATIC
config: Add comments for main statements
config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV
config: remove unused sdkdir=$(pkg-config...) statement
config: Set automake options consistently in one location
config: Complete bug report URL for Xorg DDX nou...
2009 Jul 13
2
[PATCH] Add shave support
...$(V:1=)'
+ AC_SUBST(V)
+ AC_SUBST(Q)
+])
+
diff --git a/configure.ac b/configure.ac
index 0e9b319..c0a9135 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,8 @@ AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
+AC_CONFIG_FILES([shave shave-libtool])
+
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -118,6 +120,8 @@ AC_SUBST([DRIVER_NAME])
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
+SHAVE_INIT(.,disable)
+
AC_OUTPUT([
Makefile
src/Makefile
diff --git a/shave-libtool.in b/shave-libtool.in
new file mode 100644
index 0000000..1f3a720
--- /dev/null
+++ b/shave-libtool....
2008 May 08
12
Maruson power net 1500 support?
I recently took over maintenance of a linux computer which is drawing
power from a "Maruson Power Net 1500" UPS. However, there is currently
no monitoring or control of the UPS by this (or any other) computer.
Can nut control this device? There are serial, usb, and EPO connectors
on the back of the unit. (There may be a manual but I'm going to have
to hunt for it.)
Thanks,
David
2015 Nov 26
2
compile question
...> root at x072:[/data/prj/cran/R-devel]autoconf
> configure.ac:254: error: possibly undefined macro: AM_CONDITIONAL
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC
> configure.ac:727: error: possibly undefined macro: AC_CHECK_LIBM
> configure.ac:1982: error: possibly undefined macro: AM_LANGINFO_CODESET
> configure.ac:2639: error: possibly undefined macro: AM_NLS
> configure.ac:2643: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
> con...
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now.
Here is a respin on top of latest master
Patch 1: regression fix, preventing the ddx from loading if kernel
module is not loaded
Patches 2-5: Completely nuke dri1, make dri2 hard dependency
Patches 6-7: Assist people with first-time build of nouveau
Git complains about whitespace errors in patch 7, which for the sake
of me I cannot
2010 Nov 05
7
nut on pclos-2010.7
...coyote trunk]# aclocal
[root at coyote trunk]# autoreconf --install
configure.in:83: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:287: error: possibly undefined macro: AC_DISABLE_STATIC
autoreconf: /usr/bin/autoconf failed with exit status: 1
I have NDI if m4 stuff is needed or even installed, so whats next?
Thanks muchly.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt...