~ubuntu-branches/debian/jessie/autogen/jessie

« back to all changes in this revision

Viewing changes to pkg/libopts/libopts-add.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2014-02-09 15:15:42 UTC
  • mto: (12.1.16 experimental)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20140209151542-xj2tj1ou7wokkl65
Tags: upstream-5.18.3~pre16
ImportĀ upstreamĀ versionĀ 5.18.3~pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
dnl "INVOKE_LIBOPTS_MACROS" macro iff we are building libopts.
8
8
dnl
9
9
dnl  This file is part of AutoGen.
10
 
dnl  AutoGen Copyright (C) 1992-2013 by Bruce Korb - all rights reserved
 
10
dnl  AutoGen Copyright (C) 1992-2014 by Bruce Korb - all rights reserved
11
11
dnl
12
12
dnl  AutoGen is free software: you can redistribute it and/or modify it
13
13
dnl  under the terms of the GNU General Public License as published by the
131
131
  LIBOPTS_CHECK_COMMON(AO_Libopts_Dir)
132
132
  AM_COND_IF([NEED_LIBOPTS], [
133
133
    INVOKE_LIBOPTS_MACROS
134
 
    AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
135
 
  ])dnl
 
134
  ])
 
135
  AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
136
136
  m4_popdef([AO_Libopts_Dir])dnl
137
137
# end of AC_DEFUN of LIBOPTS_CHECK
138
138
])