On 01/24/2012 04:47 PM, Bruce Korb wrote:
> Hi Simon,
>
> I won't be able to peek at this for a couple of days, but it *sounds* like
> "libopts" may be missing in the SUBDIRS entry for the src/Makefile.am file.
> I believe the NTP folks (Harlan) have done something like this.
> http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ntp-dev-4.2.7p251.tar.gz
> The sources are under Bit Keeper, so other than logging into ntp.org,
> I don't know how to get them.
> So if you haven't figured it out in a couple of days, I will then have time
> to take a peek.
Hi,
I checked the libopts.m4 and it seems to create the libopts/Makefile in
a conditional. If I remove the AC_CONFIG_FILES outside it seems to work.
regards,
Nikos
diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index b18e86d..bb8da67 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -574,8 +574,9 @@ AC_DEFUN([LIBOPTS_CHECK], [
LIBOPTS_CHECK_COMMON(AO_Libopts_Dir)
AM_COND_IF([NEED_LIBOPTS], [
INVOKE_LIBOPTS_MACROS
- AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
])dnl
+
+ AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
m4_popdef([AO_Libopts_Dir])dnl
# end of AC_DEFUN of LIBOPTS_CHECK
])
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users